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