1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add missing files.

Bump PORTREVISION.

Pointed out by:		kris
This commit is contained in:
Dmitry Sivachenko 2006-12-04 08:13:30 +00:00
parent 52a1b388f0
commit 01d12a2cee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178809
2 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= IO-Compress-Zlib
PORTVERSION= 2.001
PORTREVISION= 1
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO

View File

@ -1,5 +1,13 @@
%%SITE_PERL%%/IO/Compress/Zlib/Constants.pm
%%SITE_PERL%%/IO/Compress/Zip/Constants.pm
%%SITE_PERL%%/IO/Compress/Deflate.pm
%%SITE_PERL%%/IO/Compress/Zip.pm
%%SITE_PERL%%/IO/Compress/RawDeflate.pm
%%SITE_PERL%%/IO/Compress/Gzip.pm
%%SITE_PERL%%/IO/Compress/Adapter/Deflate.pm
%%SITE_PERL%%/IO/Compress/Adapter/Identity.pm
%%SITE_PERL%%/IO/Compress/Gzip/Constants.pm
%%SITE_PERL%%/IO/Compress/Zlib/Extra.pm
%%SITE_PERL%%/IO/Uncompress/RawInflate.pm
%%SITE_PERL%%/IO/Uncompress/Inflate.pm
%%SITE_PERL%%/IO/Uncompress/Unzip.pm