aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2010-09-21 16:59:17 +0800
committermm <mm@FreeBSD.org>2010-09-21 16:59:17 +0800
commit266a58c002a7fe6428ae2f4f5090598f3b755c34 (patch)
tree3a1f240e6205d177763a9d46bf8a2cd65295f512 /archivers
parentce9774d160066f01a5d48d3e69805cccfaca23ad (diff)
downloadfreebsd-ports-graphics-266a58c002a7fe6428ae2f4f5090598f3b755c34.tar.gz
freebsd-ports-graphics-266a58c002a7fe6428ae2f4f5090598f3b755c34.tar.zst
freebsd-ports-graphics-266a58c002a7fe6428ae2f4f5090598f3b755c34.zip
- Fix COMMENT length
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-IO-Compress/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/p5-IO-Compress/Makefile b/archivers/p5-IO-Compress/Makefile
index e2f2f389d54..f52057896de 100644
--- a/archivers/p5-IO-Compress/Makefile
+++ b/archivers/p5-IO-Compress/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mm@FreeBSD.org
-COMMENT= IO::Compress, IO::Uncompress and Compress::Zlib Perl5 modules
+COMMENT= Perl5 compression modules (bzip2, deflate, gzip, zlib, zip)
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2