Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2013 07:11:17 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320159 - head/textproc/p5-PPI
Message-ID:  <201306070711.r577BHaK094415@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Fri Jun  7 07:11:16 2013
New Revision: 320159
URL: http://svnweb.freebsd.org/changeset/ports/320159

Log:
  - Trim Makefile header
  - Remove unnecessary depend on PERL_LEVEL < 5.12
  
  PR:		ports/178905
  Submitted by:	az
  Approved by:	maintainer (timeout)

Modified:
  head/textproc/p5-PPI/Makefile   (contents, props changed)

Modified: head/textproc/p5-PPI/Makefile
==============================================================================
--- head/textproc/p5-PPI/Makefile	Fri Jun  7 07:05:37 2013	(r320158)
+++ head/textproc/p5-PPI/Makefile	Fri Jun  7 07:11:16 2013	(r320159)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306070711.r577BHaK094415>