summaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-GCrypt/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-06-08 13:25:05 +0000
committersunpoet <sunpoet@FreeBSD.org>2014-06-08 13:25:05 +0000
commit82e107ce2038fc6f797f508f607f5ba006899ce5 (patch)
treecaccb26bbf7e686d7a49780578a296f857f25521 /security/p5-Crypt-GCrypt/Makefile
parent3b4c5c0c04b88ac238c4bfd6d0d9b3244028246c (diff)
downloadFreeBSD-ports-82e107ce2038fc6f797f508f607f5ba006899ce5.zip
FreeBSD-ports-82e107ce2038fc6f797f508f607f5ba006899ce5.tar.gz
- Update to 1.26
- Convert to new LIB_DEPENDS format - Reformat pkg-descr Changes: http://search.cpan.org/dist/Crypt-GCrypt/Changelog
Diffstat (limited to 'security/p5-Crypt-GCrypt/Makefile')
-rw-r--r--security/p5-Crypt-GCrypt/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/security/p5-Crypt-GCrypt/Makefile b/security/p5-Crypt-GCrypt/Makefile
index 28fdb4d..71f9f65 100644
--- a/security/p5-Crypt-GCrypt/Makefile
+++ b/security/p5-Crypt-GCrypt/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Crypt-GCrypt
-PORTVERSION= 1.25
-PORTREVISION= 1
+PORTVERSION= 1.26
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,11 +13,11 @@ COMMENT= Perl interface to the GNU Cryptographic library
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt
-USES= perl5
+CONFIGURE_ARGS= GCRYPTINCPATH=${LOCALBASE}/include \
+ GCRYPTLIBPATH=${LOCALBASE}/lib
USE_PERL5= configure
-CONFIGURE_ARGS+= GCRYPTLIBPATH=${LOCALBASE}/lib \
- GCRYPTINCPATH=${LOCALBASE}/include
+USES= perl5
.include <bsd.port.mk>
OpenPOWER on IntegriCloud