aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-GCrypt/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-05-27 10:40:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-05-27 10:40:53 +0000
commit7560a5ec5ee72cb6065f882424eb758431585d44 (patch)
tree3b53ed2419646a5c667ea3c35d426d9069573ad5 /security/p5-Crypt-GCrypt/Makefile
parent8ec8a1ba9ce605f75a45247856ff1c64ead8c7db (diff)
downloadports-7560a5ec5ee72cb6065f882424eb758431585d44.tar.gz
ports-7560a5ec5ee72cb6065f882424eb758431585d44.zip
Notes
Diffstat (limited to 'security/p5-Crypt-GCrypt/Makefile')
-rw-r--r--security/p5-Crypt-GCrypt/Makefile7
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;' \