diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-10 00:07:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-10 00:07:42 +0000 |
commit | 779539945793f569473109215555c6525512241f (patch) | |
tree | 3c85781e1e77fad9644a0371e9f915da6bc5fb1c | |
parent | 45c0ad743a0aca0ca3779eb3b52132e48d502fcd (diff) | |
download | ports-779539945793f569473109215555c6525512241f.tar.gz ports-779539945793f569473109215555c6525512241f.zip |
Notes
-rw-r--r-- | security/p5-Digest-EMAC/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/p5-Digest-EMAC/Makefile b/security/p5-Digest-EMAC/Makefile index 3e74191e0fde..ddeffd0f6fda 100644 --- a/security/p5-Digest-EMAC/Makefile +++ b/security/p5-Digest-EMAC/Makefile @@ -3,7 +3,7 @@ PORTNAME= Digest-EMAC PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl5 interface to EMAC Double Message-Digest Algorithms +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Crypt-CBC>=0:security/p5-Crypt-CBC \ - p5-MIME-Base64>=0:converters/p5-MIME-Base64 +RUN_DEPENDS= p5-Crypt-CBC>=0:security/p5-Crypt-CBC USES= perl5 USE_PERL5= configure |