diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-23 14:28:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-23 14:28:17 +0000 |
commit | 08a84b86f2c998cc24d3029537e659fe49d0fd8a (patch) | |
tree | f3acfd07ca9cb120b75acdc2d5886f0eab964819 /security/p5-Crypt-Sodium | |
parent | 74652ab9176c9da39b6f96418b19a12c742167cd (diff) | |
download | ports-08a84b86f2c998cc24d3029537e659fe49d0fd8a.tar.gz ports-08a84b86f2c998cc24d3029537e659fe49d0fd8a.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-Sodium')
-rw-r--r-- | security/p5-Crypt-Sodium/Makefile | 8 | ||||
-rw-r--r-- | security/p5-Crypt-Sodium/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Crypt-Sodium/Makefile b/security/p5-Crypt-Sodium/Makefile index edc7e194386a..b1beb6bff5a8 100644 --- a/security/p5-Crypt-Sodium/Makefile +++ b/security/p5-Crypt-Sodium/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-Sodium -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,10 +13,10 @@ COMMENT= Perl bindings for portable NaCL (libsodium) LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 -USE_PERL5= configure +LIB_DEPENDS= libsodium.so:${PORTSDIR}/security/libsodium -LIB_DEPENDS+= libsodium.so:${PORTSDIR}/security/libsodium CFLAGS+= -I${LOCALBASE}/include +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/security/p5-Crypt-Sodium/distinfo b/security/p5-Crypt-Sodium/distinfo index bb474a505542..08c0d85787a0 100644 --- a/security/p5-Crypt-Sodium/distinfo +++ b/security/p5-Crypt-Sodium/distinfo @@ -1,2 +1,2 @@ -SHA256 (Crypt-Sodium-0.06.tar.gz) = 556ccd221feafc3fc12856a1732388de547b07bf35fe50b0a7a0a1f7e14948d6 -SIZE (Crypt-Sodium-0.06.tar.gz) = 50125 +SHA256 (Crypt-Sodium-0.07.tar.gz) = 341ecb7459c3895cdfae421c5cc67d8b12ed95128f4081ef8e523f534845d580 +SIZE (Crypt-Sodium-0.07.tar.gz) = 50467 |