diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-06-08 13:25:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-06-08 13:25:05 +0000 |
commit | 952746c85c2f888c25597232a8ab253c1980168d (patch) | |
tree | caccb26bbf7e686d7a49780578a296f857f25521 | |
parent | f98b5a0eab48c46edd65b0d7a2a59c146064efe4 (diff) | |
download | ports-952746c85c2f888c25597232a8ab253c1980168d.tar.gz ports-952746c85c2f888c25597232a8ab253c1980168d.zip |
Notes
-rw-r--r-- | security/p5-Crypt-GCrypt/Makefile | 11 | ||||
-rw-r--r-- | security/p5-Crypt-GCrypt/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Crypt-GCrypt/pkg-descr | 6 |
3 files changed, 10 insertions, 11 deletions
diff --git a/security/p5-Crypt-GCrypt/Makefile b/security/p5-Crypt-GCrypt/Makefile index 28fdb4dea314..71f9f65da1ff 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> diff --git a/security/p5-Crypt-GCrypt/distinfo b/security/p5-Crypt-GCrypt/distinfo index e0b3505c85b0..c00469967c17 100644 --- a/security/p5-Crypt-GCrypt/distinfo +++ b/security/p5-Crypt-GCrypt/distinfo @@ -1,2 +1,2 @@ -SHA256 (Crypt-GCrypt-1.25.tar.gz) = 9d0bccec5cbb57c6d3d5c65024c6a746762b6e6bfd699e23083708ec09456086 -SIZE (Crypt-GCrypt-1.25.tar.gz) = 38940 +SHA256 (Crypt-GCrypt-1.26.tar.gz) = 67b588e81d5f37301ff0f6c57d21fb6429cb2f826cc54e0fe897d360961b0fab +SIZE (Crypt-GCrypt-1.26.tar.gz) = 39972 diff --git a/security/p5-Crypt-GCrypt/pkg-descr b/security/p5-Crypt-GCrypt/pkg-descr index fe5dacfd7eb8..cb09551f0b57 100644 --- a/security/p5-Crypt-GCrypt/pkg-descr +++ b/security/p5-Crypt-GCrypt/pkg-descr @@ -1,5 +1,5 @@ -Crypt::GCrypt provides an object interface to the C libgcrypt library. -It currently supports symmetric encryption/decryption, while asymmetric -cryptography is being worked on. +Crypt::GCrypt provides an object interface to the C libgcrypt library. It +currently supports symmetric encryption/decryption and message digests, while +asymmetric cryptography is being worked on. WWW: http://search.cpan.org/dist/Crypt-GCrypt/ |