aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-DMAC
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-10 00:07:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-10 00:07:37 +0000
commit45c0ad743a0aca0ca3779eb3b52132e48d502fcd (patch)
tree6e5345c0aa121b2cf5babc342cbeaffc76a8255b /security/p5-Digest-DMAC
parent685de23fc96c2730bf1b52a65b978b450bd32b30 (diff)
downloadports-45c0ad743a0aca0ca3779eb3b52132e48d502fcd.tar.gz
ports-45c0ad743a0aca0ca3779eb3b52132e48d502fcd.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=492562
Diffstat (limited to 'security/p5-Digest-DMAC')
-rw-r--r--security/p5-Digest-DMAC/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/p5-Digest-DMAC/Makefile b/security/p5-Digest-DMAC/Makefile
index 0a750c402dd2..a27dfb308cf5 100644
--- a/security/p5-Digest-DMAC/Makefile
+++ b/security/p5-Digest-DMAC/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Digest-DMAC
PORTVERSION= 1.1.4
-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 DMAC 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