aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-GCrypt/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-10-30 09:23:19 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-10-30 09:23:19 +0000
commitc0a999e5752225c64502dc12b5615894e587bde0 (patch)
tree911c246619fbd508b9c3d6d6d7b86a6c6946373c /security/p5-Crypt-GCrypt/Makefile
parentbf1f2cf63dbbd7ec7c11d54326238792e86d1703 (diff)
downloadports-c0a999e5752225c64502dc12b5615894e587bde0.tar.gz
ports-c0a999e5752225c64502dc12b5615894e587bde0.zip
Notes
Diffstat (limited to 'security/p5-Crypt-GCrypt/Makefile')
-rw-r--r--security/p5-Crypt-GCrypt/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/p5-Crypt-GCrypt/Makefile b/security/p5-Crypt-GCrypt/Makefile
index b3001b497b94..3a234b89f73b 100644
--- a/security/p5-Crypt-GCrypt/Makefile
+++ b/security/p5-Crypt-GCrypt/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Crypt-GCrypt
-PORTVERSION= 1.16
+PORTVERSION= 1.17
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kaoru@kaisei.org
COMMENT= Perl interface to the GNU Cryptographic library
-LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= GCRYPTLIBPATH=${LOCALBASE}/lib \
@@ -28,7 +28,5 @@ MAN3= Crypt::GCrypt.3
post-extract:
${RM} -f ${WRKSRC}/._Makefile.PL
- ${RM} -f ${WRKSRC}/._GCrypt.pm
- ${RM} -f ${WRKSRC}/._GCrypt.xs
.include <bsd.port.post.mk>