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/Makefile | |
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/Makefile')
-rw-r--r-- | security/p5-Crypt-DH/Makefile | 7 |
1 files changed, 5 insertions, 2 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 |