aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-POE-Filter-LZW
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-LZW
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-LZW')
-rw-r--r--archivers/p5-POE-Filter-LZW/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/archivers/p5-POE-Filter-LZW/Makefile b/archivers/p5-POE-Filter-LZW/Makefile
index 8c23a761dab2..5a019aa93608 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