aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-EMAC
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-10 00:07:42 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-10 00:07:42 +0000
commit779539945793f569473109215555c6525512241f (patch)
tree3c85781e1e77fad9644a0371e9f915da6bc5fb1c /security/p5-Digest-EMAC
parent45c0ad743a0aca0ca3779eb3b52132e48d502fcd (diff)
downloadports-779539945793f569473109215555c6525512241f.tar.gz
ports-779539945793f569473109215555c6525512241f.zip
Remove Perl core module
- While I'm here, add LICNESE - Bump PORTREVISION for dependency change With hat: perl
Notes
Notes: svn path=/head/; revision=492563
Diffstat (limited to 'security/p5-Digest-EMAC')
-rw-r--r--security/p5-Digest-EMAC/Makefile8
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