diff options
author | culot <culot@FreeBSD.org> | 2012-09-26 20:00:59 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-09-26 20:00:59 +0800 |
commit | e7402b98940b186190ddd04a8aba2466b3522bee (patch) | |
tree | e9647f7f6bf5964274dface2efb10fd4a144dff0 /security | |
parent | 121eb9e057045863ec331ae4aa4fd8655e0c773b (diff) | |
download | freebsd-ports-gnome-e7402b98940b186190ddd04a8aba2466b3522bee.tar.gz freebsd-ports-gnome-e7402b98940b186190ddd04a8aba2466b3522bee.tar.zst freebsd-ports-gnome-e7402b98940b186190ddd04a8aba2466b3522bee.zip |
- Update to 2.15
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Crypt-Twofish/Changes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-Twofish/Makefile | 11 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile index f9c332002363..d50bead068eb 100644 --- a/security/p5-Crypt-Twofish/Makefile +++ b/security/p5-Crypt-Twofish/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: Crypt-Twofish -# Date created: Wed Jan 3 16:29:03 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= Crypt-Twofish -PORTVERSION= 2.14 +PORTVERSION= 2.15 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module implementing the Twofish cipher +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes MAN3= Crypt::Twofish.3 diff --git a/security/p5-Crypt-Twofish/distinfo b/security/p5-Crypt-Twofish/distinfo index d7170ff28686..0635e865242a 100644 --- a/security/p5-Crypt-Twofish/distinfo +++ b/security/p5-Crypt-Twofish/distinfo @@ -1,2 +1,2 @@ -SHA256 (Crypt-Twofish-2.14.tar.gz) = b95468cd9a8cf64b1fcfaf937a114ed288e48f04decfa1fdb63d013112e4da2d -SIZE (Crypt-Twofish-2.14.tar.gz) = 13505 +SHA256 (Crypt-Twofish-2.15.tar.gz) = f69a84ed4d9323da4990ff231af46a710b09341d3256871e70e0d34338c62ca8 +SIZE (Crypt-Twofish-2.15.tar.gz) = 13579 |