diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-25 21:52:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-25 21:52:34 +0800 |
commit | fff47f277e926efa6a25887bf8ed748db672a751 (patch) | |
tree | 1ff30e84cdc9904592336a19cdaa54a371205945 /security/p5-Authen-DecHpwd | |
parent | 9458d8414ba6208e66ddc735a3b155b0b7c347d4 (diff) | |
download | freebsd-ports-gnome-fff47f277e926efa6a25887bf8ed748db672a751.tar.gz freebsd-ports-gnome-fff47f277e926efa6a25887bf8ed748db672a751.tar.zst freebsd-ports-gnome-fff47f277e926efa6a25887bf8ed748db672a751.zip |
- Strip library
- Pet portlint
- Fix license
Diffstat (limited to 'security/p5-Authen-DecHpwd')
-rw-r--r-- | security/p5-Authen-DecHpwd/Makefile | 8 |
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> |