Index: head/devel/p5-Parse-RecDescent/Makefile =================================================================== --- head/devel/p5-Parse-RecDescent/Makefile (revision 297174) +++ head/devel/p5-Parse-RecDescent/Makefile (revision 297175) @@ -1,37 +1,33 @@ # New ports collection makefile for: p5-Parse-RecDescent # Date created: July 9th 1999 # Whom: Jerry Hicks # # $FreeBSD$ # PORTNAME= Parse-RecDescent PORTVERSION= 1.967.009 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:JTBRAUN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(...)$/\1/} +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= tobez@FreeBSD.org COMMENT= A recursive descent parsing framework for Perl BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.62:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn + PERL_CONFIGURE= YES MAN3= Parse::RecDescent.3 post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/tutorial ${INSTALL_DATA} ${WRKSRC}/tutorial/* ${DOCSDIR}/tutorial .endif -.include - -.if ${PERL_LEVEL} < 500900 -RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version -.endif - -.include +.include Property changes on: head/devel/p5-Parse-RecDescent/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property