1[
2{ type: install
3  message: <<EOM
4Due to a dependency loop, you must install security/%%PKGNAME%% manually.
5A symlink has been created for you so that %%PKGNAME%% will be the default
6pinentry binary after you install it, but bear in mind that the package system
7will not keep track of this dependency.
8
9You may install %%PKGNAME%% with one of the following commands:
10
11# pkg install security/%%PKGNAME%%
12  or
13# make -C /usr/ports/security/%%PKGNAME%% install clean
14EOM
15}
16{ type: remove
17  message: <<EOM
18The pinentry package has been removed. If you no longer plan on using this
19package, you may remove the %%PKGNAME%% package as well.
20
21You may remove the %%PKGNAME%% package with the following command:
22
23# pkg delete %%PKGNAME%%
24EOM
25}
26]
27