aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-POE-Filter-Zlib
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-18 07:07:28 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-18 07:07:28 +0000
commit45ada2d602a9f4cc6ae8e96a35c2510b0de825ff (patch)
treebf2db5472bd6a2bb366c6f2010fb6a02eb25081b /archivers/p5-POE-Filter-Zlib
parentfba90adf5e30a5e74e0c97d6696ff68030c337e3 (diff)
downloadports-45ada2d602a9f4cc6ae8e96a35c2510b0de825ff.tar.gz
ports-45ada2d602a9f4cc6ae8e96a35c2510b0de825ff.zip
Cleanup archives/p5-POE-Filter-* ports a bit:
- Switch to modern two-line Makefile header - Drop indefinite article from COMMENT line - Consistently set BUILD_DEPENDS and RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=309147
Diffstat (limited to 'archivers/p5-POE-Filter-Zlib')
-rw-r--r--archivers/p5-POE-Filter-Zlib/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/archivers/p5-POE-Filter-Zlib/Makefile b/archivers/p5-POE-Filter-Zlib/Makefile
index 0525f2ea1453..2fb25e443355 100644
--- a/archivers/p5-POE-Filter-Zlib/Makefile
+++ b/archivers/p5-POE-Filter-Zlib/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-POE-Filter-Zlib
-# Date created: 2006-07-28
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= POE-Filter-Zlib
PORTVERSION= 2.0.2
@@ -14,15 +10,15 @@ PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
-COMMENT= A POE filter wrapped around Compress::Zlib
+COMMENT= POE filter wrapped around Compress::Zlib
-RUN_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+BUILD_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= POE::Filter::Zlib.3 \
- POE::Filter::Zlib::Stream.3
+ POE::Filter::Zlib::Stream.3
.include <bsd.port.mk>