[Midnightbsd-cvs] mports [22103] trunk/devel/p5-Parse-RecDescent/Makefile: cleanup

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Nov 12 16:51:13 EST 2016


Revision: 22103
          http://svnweb.midnightbsd.org/mports/?rev=22103
Author:   laffer1
Date:     2016-11-12 16:51:13 -0500 (Sat, 12 Nov 2016)
Log Message:
-----------
cleanup

Modified Paths:
--------------
    trunk/devel/p5-Parse-RecDescent/Makefile

Modified: trunk/devel/p5-Parse-RecDescent/Makefile
===================================================================
--- trunk/devel/p5-Parse-RecDescent/Makefile	2016-11-12 21:47:33 UTC (rev 22102)
+++ trunk/devel/p5-Parse-RecDescent/Makefile	2016-11-12 21:51:13 UTC (rev 22103)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Parse-RecDescent
 PORTVERSION=	1.967.009
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,8 +14,6 @@
 LICENSE=	artistic gpl
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	${RUN_DEPENDS}
-
 USES=		perl5
 PERL_CONFIGURE=	YES
 
@@ -22,10 +21,4 @@
 	@${MKDIR} ${DOCSDIR}/tutorial
 	${INSTALL_DATA} ${WRKSRC}/tutorial/* ${DOCSDIR}/tutorial
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500900
-RUN_DEPENDS+=	p5-version>=0:${PORTSDIR}/devel/p5-version
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list