diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-09 18:48:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-09 18:48:44 +0000 |
commit | 70bcb5a9e1d7e2c8ae30109d862392e94223946c (patch) | |
tree | 7fc2ef43af7b6e4e819e0c657e4a6c7d0a1edc68 /archivers/p5-Archive-Zip/Makefile | |
parent | 711c18f9357c6ee626261ef6b3ceee0fac23b442 (diff) |
Notes
Diffstat (limited to 'archivers/p5-Archive-Zip/Makefile')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 23274d38239c..3f29adefe915 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Archive-Zip -PORTVERSION= 1.30 -PORTREVISION= 1 +PORTVERSION= 1.32 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to create, manipulate, read, and write Zip archive files +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |