diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-10 00:08:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-10 00:08:01 +0000 |
commit | 0c24b25605fc2ee0921bce0e3238277af9477aab (patch) | |
tree | 9ead6795c195360141edfbcbf5c69ce7ff76058e /security/p5-File-KeePass-Agent | |
parent | 5ad5bce0be14f9b76df85c8297415917421e22ce (diff) |
Notes
Diffstat (limited to 'security/p5-File-KeePass-Agent')
-rw-r--r-- | security/p5-File-KeePass-Agent/Makefile | 5 | ||||
-rw-r--r-- | security/p5-File-KeePass-Agent/pkg-plist | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-File-KeePass-Agent/Makefile b/security/p5-File-KeePass-Agent/Makefile index 2373f4c0f35d..9e4ec186bbc0 100644 --- a/security/p5-File-KeePass-Agent/Makefile +++ b/security/p5-File-KeePass-Agent/Makefile @@ -3,7 +3,7 @@ PORTNAME= File-KeePass-Agent PORTVERSION= 2.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,8 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-File-KeePass>=2.03:security/p5-File-KeePass \ - p5-Crypt-Rijndael>=1.0:security/p5-Crypt-Rijndael \ - p5-MIME-Base64>=1.0:converters/p5-MIME-Base64 + p5-Crypt-Rijndael>=1.0:security/p5-Crypt-Rijndael USES= perl5 USE_PERL5= configure diff --git a/security/p5-File-KeePass-Agent/pkg-plist b/security/p5-File-KeePass-Agent/pkg-plist index ac02c66e0b26..fb7e801831d3 100644 --- a/security/p5-File-KeePass-Agent/pkg-plist +++ b/security/p5-File-KeePass-Agent/pkg-plist @@ -2,7 +2,7 @@ bin/fkp-agent %%SITE_PERL%%/File/KeePass/Agent.pm %%SITE_PERL%%/File/KeePass/Agent/linux.pm %%SITE_PERL%%/File/KeePass/Agent/unix.pm +%%PERL5_MAN1%%/fkp-agent.1.gz %%PERL5_MAN3%%/File::KeePass::Agent.3.gz %%PERL5_MAN3%%/File::KeePass::Agent::linux.3.gz %%PERL5_MAN3%%/File::KeePass::Agent::unix.3.gz -%%PERL5_MAN1%%/fkp-agent.1.gz |