aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PPI/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-06-07 07:11:16 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-06-07 07:11:16 +0000
commite64665647ab77527336af397e31929a468373205 (patch)
tree21dafa415906f2e152acf9c861010267e1244295 /textproc/p5-PPI/Makefile
parent32b45003a695b2e7042cdcaf823562bac312e89b (diff)
downloadports-e64665647ab77527336af397e31929a468373205.tar.gz
ports-e64665647ab77527336af397e31929a468373205.zip
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178905 Submitted by: az Approved by: maintainer (timeout)
Notes
Notes: svn path=/head/; revision=320159
Diffstat (limited to 'textproc/p5-PPI/Makefile')
-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>