summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-25 14:51:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-25 14:51:58 +0000
commit89e08f6e4cc3e4d715a01328444e7e4112afcb98 (patch)
tree92356703af119c47dbb1b33b6194b87cb65be3e5 /security
parent- Add LICENSE (diff)
- Fix LICENSE
- Sort *_DEPENDS - Pass maintainership to perl@
Notes
Notes: svn path=/head/; revision=395269
Diffstat (limited to 'security')
-rw-r--r--security/p5-Authen-DecHpwd/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/security/p5-Authen-DecHpwd/Makefile b/security/p5-Authen-DecHpwd/Makefile
index fc8b80742763..5e6f0e91d404 100644
--- a/security/p5-Authen-DecHpwd/Makefile
+++ b/security/p5-Authen-DecHpwd/Makefile
@@ -8,14 +8,15 @@ CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for DEC VMS password hashing
-LICENSE= GPLv1
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Scalar-String>=0:${PORTSDIR}/devel/p5-Scalar-String \
- p5-Data-Integer>=0:${PORTSDIR}/devel/p5-Data-Integer \
- p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC
+BUILD_DEPENDS= p5-Data-Integer>=0:${PORTSDIR}/devel/p5-Data-Integer \
+ p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC \
+ p5-Scalar-String>=0:${PORTSDIR}/devel/p5-Scalar-String
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5