diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-DecHpwd/Makefile | 11 |
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 |