diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-02-10 08:07:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-02-10 08:07:42 +0800 |
commit | 727481c7930691ab0797d1f260e38ecdda08f504 (patch) | |
tree | 3c85781e1e77fad9644a0371e9f915da6bc5fb1c /security/p5-Digest-EMAC | |
parent | bfa1cb935a88c8630b262844818768b1a90f1234 (diff) | |
download | freebsd-ports-gnome-727481c7930691ab0797d1f260e38ecdda08f504.tar.gz freebsd-ports-gnome-727481c7930691ab0797d1f260e38ecdda08f504.tar.zst freebsd-ports-gnome-727481c7930691ab0797d1f260e38ecdda08f504.zip |
Remove Perl core module
- While I'm here, add LICNESE
- Bump PORTREVISION for dependency change
With hat: perl
Diffstat (limited to 'security/p5-Digest-EMAC')
-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 |