diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-07 06:46:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-07 06:46:42 +0000 |
commit | 0e8a6f35dd4b26761a6227c7516b6764d32194dd (patch) | |
tree | 1b87a524029bb21c4d6ac6d24ae323c59e33ee6b /security/p5-Crypt-DH | |
parent | cb5734da63f69a86d283776c33769f6f17c59c41 (diff) |
- Update to 0.07
- Add LICENSE
- Use PLIST_DIRSTRY for directories shared by Crypt::*
Changes: http://search.cpan.org/dist/Crypt-DH/Changes
Notes
Notes:
svn path=/head/; revision=300578
Diffstat (limited to 'security/p5-Crypt-DH')
-rw-r--r-- | security/p5-Crypt-DH/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Crypt-DH/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile index 27869202377c..53e60fd79d93 100644 --- a/security/p5-Crypt-DH/Makefile +++ b/security/p5-Crypt-DH/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-DH -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +14,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to a Diffie-Hellman key exchange system +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes MAN3= Crypt::DH.3 PLIST_FILES= %%SITE_PERL%%/Crypt/DH.pm \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH/.packlist -PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH \ +PLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt \ %%SITE_PERL%%/Crypt diff --git a/security/p5-Crypt-DH/distinfo b/security/p5-Crypt-DH/distinfo index d0bbe84d76a7..837a4a5c4026 100644 --- a/security/p5-Crypt-DH/distinfo +++ b/security/p5-Crypt-DH/distinfo @@ -1,2 +1,2 @@ -SHA256 (Crypt-DH-0.06.tar.gz) = 78f14d7c776793655633d5e53e8ebf699e2ae2782c7951130af6f593a32a29c1 -SIZE (Crypt-DH-0.06.tar.gz) = 18088 +SHA256 (Crypt-DH-0.07.tar.gz) = c88cf3423b01e6782e8986d7fe5304436ab84b0925c4498c6fdfa17ef9a37f5f +SIZE (Crypt-DH-0.07.tar.gz) = 43736 |