diff options
Diffstat (limited to 'security/p5-Crypt-GCrypt/Makefile')
-rw-r--r-- | security/p5-Crypt-GCrypt/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/p5-Crypt-GCrypt/Makefile b/security/p5-Crypt-GCrypt/Makefile index 9ff8a42c4a29..df6c2db6d8ce 100644 --- a/security/p5-Crypt-GCrypt/Makefile +++ b/security/p5-Crypt-GCrypt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-GCrypt -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -26,6 +26,11 @@ MAN3= Crypt::GCrypt.3 .include <bsd.port.pre.mk> +post-extract: + ${RM} -f ${WRKSRC}/._Makefile.PL + ${RM} -f ${WRKSRC}/._GCrypt.pm + ${RM} -f ${WRKSRC}/._GCrypt.xs + .if ${PERL_LEVEL} < 500600 post-patch: ${PERL} -pi -e 's/^our (\W\w+);/use vars q($$1);/o;' \ |