diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index 0a0a9e1df0a1..f5e79b43b40a 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -1,21 +1,24 @@ PORTNAME= Crypt-DES PORTVERSION= 2.07 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to DES block cipher WWW= https://metacpan.org/release/Crypt-DES LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= p5-Crypt-CBC>=0:security/p5-Crypt-CBC USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/DES/DES.so + .include diff --git a/security/p5-Crypt-DES/pkg-plist b/security/p5-Crypt-DES/pkg-plist index 227bde27b3c4..8babaa68239b 100644 --- a/security/p5-Crypt-DES/pkg-plist +++ b/security/p5-Crypt-DES/pkg-plist @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Crypt::DES.3.gz %%SITE_ARCH%%/Crypt/DES.pm %%SITE_ARCH%%/auto/Crypt/DES/DES.so +%%PERL5_MAN3%%/Crypt::DES.3.gz