aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-06-07 15:11:16 +0800
committeraz <az@FreeBSD.org>2013-06-07 15:11:16 +0800
commitbf00782bd05ff879155bbcf641b40d3ba5392508 (patch)
tree21dafa415906f2e152acf9c861010267e1244295 /textproc
parent70429a911bee67092a4e88d45dfdb46eb69b7ddc (diff)
downloadfreebsd-ports-gnome-bf00782bd05ff879155bbcf641b40d3ba5392508.tar.gz
freebsd-ports-gnome-bf00782bd05ff879155bbcf641b40d3ba5392508.tar.zst
freebsd-ports-gnome-bf00782bd05ff879155bbcf641b40d3ba5392508.zip
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178905 Submitted by: az Approved by: maintainer (timeout)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-PPI/Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/textproc/p5-PPI/Makefile b/textproc/p5-PPI/Makefile
index a1856bf69ca3..da389b7191ea 100644
--- a/textproc/p5-PPI/Makefile
+++ b/textproc/p5-PPI/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: textproc/p5-PPI
-# Date created: 24 March 2005
-# Whom: Lars Thegler <lth@FreeBSD.org>
-#
+# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= PPI
PORTVERSION= 1.215
@@ -121,11 +117,4 @@ MAN3= PPI.3 \
PPI::Transform.3 \
PPI::Transform::UpdateCopyright.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils
-RUN_DEPENDS+= p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>