aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-DecHpwd
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-25 13:52:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-25 13:52:34 +0000
commitd359467dbbfd02573a59a8bcdebce378fa323595 (patch)
tree1ff30e84cdc9904592336a19cdaa54a371205945 /security/p5-Authen-DecHpwd
parentb9e58afa2b9786a5f6551e8d8985815688dbb1a6 (diff)
downloadports-d359467dbbfd02573a59a8bcdebce378fa323595.tar.gz
ports-d359467dbbfd02573a59a8bcdebce378fa323595.zip
Notes
Diffstat (limited to 'security/p5-Authen-DecHpwd')
-rw-r--r--security/p5-Authen-DecHpwd/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/security/p5-Authen-DecHpwd/Makefile b/security/p5-Authen-DecHpwd/Makefile
index 1271ec85f2ab..fc8b80742763 100644
--- a/security/p5-Authen-DecHpwd/Makefile
+++ b/security/p5-Authen-DecHpwd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Authen-DecHpwd
PORTVERSION= 2.006
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,13 +11,17 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module for DEC VMS password hashing
+LICENSE= GPLv1
+
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
RUN_DEPENDS:= ${BUILD_DEPENDS}
-LICENSE= GPLv2
USES= perl5
USE_PERL5= modbuild
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Authen/DecHpwd/DecHpwd.so
+
.include <bsd.port.mk>