svn commit: r395256 - head/security/p5-Authen-DecHpwd
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Aug 25 13:52:35 UTC 2015
Author: amdmi3
Date: Tue Aug 25 13:52:34 2015
New Revision: 395256
URL: https://svnweb.freebsd.org/changeset/ports/395256
Log:
- Strip library
- Pet portlint
- Fix license
Modified:
head/security/p5-Authen-DecHpwd/Makefile
Modified: head/security/p5-Authen-DecHpwd/Makefile
==============================================================================
--- head/security/p5-Authen-DecHpwd/Makefile Tue Aug 25 13:52:21 2015 (r395255)
+++ head/security/p5-Authen-DecHpwd/Makefile Tue Aug 25 13:52:34 2015 (r395256)
@@ -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 at 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>
More information about the svn-ports-head
mailing list