diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-30 23:37:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-30 23:37:18 +0800 |
commit | 36f9a47ee67cf1e1c598bb67bb14755d8b22a55b (patch) | |
tree | fd4eb2af40db7e101080ff4a2b016a68c31e6af6 | |
parent | fb5d9ded0b3ce35e065b1d9793640ea45e921d93 (diff) | |
download | freebsd-ports-gnome-36f9a47ee67cf1e1c598bb67bb14755d8b22a55b.tar.gz freebsd-ports-gnome-36f9a47ee67cf1e1c598bb67bb14755d8b22a55b.tar.zst freebsd-ports-gnome-36f9a47ee67cf1e1c598bb67bb14755d8b22a55b.zip |
- Update to 0.133330
- Add LICENSE
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Crypt-PBKDF2/Changes
-rw-r--r-- | security/p5-Crypt-PBKDF2/Makefile | 12 | ||||
-rw-r--r-- | security/p5-Crypt-PBKDF2/distinfo | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/security/p5-Crypt-PBKDF2/Makefile b/security/p5-Crypt-PBKDF2/Makefile index c63ee113a18e..68c6fbe2646e 100644 --- a/security/p5-Crypt-PBKDF2/Makefile +++ b/security/p5-Crypt-PBKDF2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-PBKDF2 -PORTVERSION= 0.131750 +PORTVERSION= 0.133330 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ARODLAND @@ -11,12 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= The PBKDF2 password hashing algorithm -RUN_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-Moose>=1:${PORTSDIR}/devel/p5-Moose \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \ p5-Method-Signatures-Simple>=0:${PORTSDIR}/devel/p5-Method-Signatures-Simple \ + p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ + p5-Moose>=1:${PORTSDIR}/devel/p5-Moose \ p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/security/p5-Crypt-PBKDF2/distinfo b/security/p5-Crypt-PBKDF2/distinfo index 507ce6b6d934..e0edb1c7c405 100644 --- a/security/p5-Crypt-PBKDF2/distinfo +++ b/security/p5-Crypt-PBKDF2/distinfo @@ -1,2 +1,2 @@ -SHA256 (Crypt-PBKDF2-0.131750.tar.gz) = e27866a5a8314ddb138e7673b265492fdf93e9e1d23023446280931433f4f102 -SIZE (Crypt-PBKDF2-0.131750.tar.gz) = 15844 +SHA256 (Crypt-PBKDF2-0.133330.tar.gz) = 83fcc87e77b95599a63203cd606d00ce4cfa893a9a1c8e42d40f261f8d2aece5 +SIZE (Crypt-PBKDF2-0.133330.tar.gz) = 15904 |