diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-09-30 10:51:29 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-09-30 10:51:29 +0000 |
commit | e16500bfdcad56e802433d826f54ffa6981af049 (patch) | |
tree | 4e4d87eff4f3faad61f7b5009753b101af43e12b /security/p5-Crypt-GCrypt/Makefile | |
parent | c5470d297aff1229ba801836aae2453b9ec420e3 (diff) |
- Update to 1.25 [1]
- Add LICENSE (Artistic 1 & GPLv1)
- Reset PORTREVISION
Changes: http://search.cpan.org/dist/Crypt-GCrypt/Changelog
PR: ports/161125 [1]
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=282660
Diffstat (limited to 'security/p5-Crypt-GCrypt/Makefile')
-rw-r--r-- | security/p5-Crypt-GCrypt/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/p5-Crypt-GCrypt/Makefile b/security/p5-Crypt-GCrypt/Makefile index d155f87b1777..1518a3f1493e 100644 --- a/security/p5-Crypt-GCrypt/Makefile +++ b/security/p5-Crypt-GCrypt/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Crypt-GCrypt -PORTVERSION= 1.24 -PORTREVISION= 2 +PORTVERSION= 1.25 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kaoru@kaisei.org COMMENT= Perl interface to the GNU Cryptographic library +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt PERL_CONFIGURE= yes |