summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2012-12-18 07:07:28 +0000
committerdanfe <danfe@FreeBSD.org>2012-12-18 07:07:28 +0000
commit794dc0efa7ec363156de8daa3bb6bcb891d0f325 (patch)
treebf2db5472bd6a2bb366c6f2010fb6a02eb25081b
parent1c11cb6ad43512dc995f6c713d2a32e03b5f5641 (diff)
downloadFreeBSD-ports-794dc0efa7ec363156de8daa3bb6bcb891d0f325.zip
FreeBSD-ports-794dc0efa7ec363156de8daa3bb6bcb891d0f325.tar.gz
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
-rw-r--r--archivers/p5-POE-Filter-Bzip2/Makefile11
-rw-r--r--archivers/p5-POE-Filter-LZF/Makefile11
-rw-r--r--archivers/p5-POE-Filter-LZO/Makefile11
-rw-r--r--archivers/p5-POE-Filter-LZW/Makefile11
-rw-r--r--archivers/p5-POE-Filter-Zlib/Makefile14
5 files changed, 17 insertions, 41 deletions
diff --git a/archivers/p5-POE-Filter-Bzip2/Makefile b/archivers/p5-POE-Filter-Bzip2/Makefile
index 09c0613..e86e2eb 100644
--- a/archivers/p5-POE-Filter-Bzip2/Makefile
+++ b/archivers/p5-POE-Filter-Bzip2/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-POE-Filter-Bzip2
-# Date created: 2006-07-28
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= POE-Filter-Bzip2
PORTVERSION= 1.5.8
@@ -13,12 +9,11 @@ PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
-COMMENT= A POE filter wrapped around Compress::Bzip2
+COMMENT= POE filter wrapped around Compress::Bzip2
BUILD_DEPENDS= p5-Compress-Bzip2>=2.08:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
-RUN_DEPENDS= p5-Compress-Bzip2>=2.08:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
- p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/archivers/p5-POE-Filter-LZF/Makefile b/archivers/p5-POE-Filter-LZF/Makefile
index 629272b..e7ed682 100644
--- a/archivers/p5-POE-Filter-LZF/Makefile
+++ b/archivers/p5-POE-Filter-LZF/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-POE-Filter-LZF
-# Date created: 2006-09-10
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= POE-Filter-LZF
PORTVERSION= 1.6.8
@@ -14,12 +10,11 @@ PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
-COMMENT= A POE filter wrapped around Compress::LZF
+COMMENT= POE filter wrapped around Compress::LZF
BUILD_DEPENDS= p5-Compress-LZF>=1.51:${PORTSDIR}/archivers/p5-Compress-LZF \
p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
-RUN_DEPENDS= p5-Compress-LZF>=1.51:${PORTSDIR}/archivers/p5-Compress-LZF \
- p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/archivers/p5-POE-Filter-LZO/Makefile b/archivers/p5-POE-Filter-LZO/Makefile
index 8265bc8..cae2b2b 100644
--- a/archivers/p5-POE-Filter-LZO/Makefile
+++ b/archivers/p5-POE-Filter-LZO/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-POE-Filter-LZO
-# Date created: 2006-09-10
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= POE-Filter-LZO
PORTVERSION= 1.6.8
@@ -14,12 +10,11 @@ PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
-COMMENT= A POE filter wrapped around Compress::LZO
+COMMENT= POE filter wrapped around Compress::LZO
BUILD_DEPENDS= p5-Compress-LZO>=1.08:${PORTSDIR}/archivers/p5-Compress-LZO \
p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
-RUN_DEPENDS= p5-Compress-LZO>=1.08:${PORTSDIR}/archivers/p5-Compress-LZO \
- p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/archivers/p5-POE-Filter-LZW/Makefile b/archivers/p5-POE-Filter-LZW/Makefile
index 8c23a76..5a019aa 100644
--- a/archivers/p5-POE-Filter-LZW/Makefile
+++ b/archivers/p5-POE-Filter-LZW/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-POE-Filter-LZW
-# Date created: 2006-07-28
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= POE-Filter-LZW
PORTVERSION= 1.7.2
@@ -13,12 +9,11 @@ PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
-COMMENT= A POE filter wrapped around Compress::LZW
+COMMENT= POE filter wrapped around Compress::LZW
BUILD_DEPENDS= p5-Compress-LZW>=0:${PORTSDIR}/archivers/p5-Compress-LZW \
p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
-RUN_DEPENDS= p5-Compress-LZW>=0:${PORTSDIR}/archivers/p5-Compress-LZW \
- p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/archivers/p5-POE-Filter-Zlib/Makefile b/archivers/p5-POE-Filter-Zlib/Makefile
index 0525f2e..2fb25e4 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>
OpenPOWER on IntegriCloud