svn commit: r320161 - head/textproc/p5-Perl-MinimumVersion

Andrej Zverev az at FreeBSD.org
Fri Jun 7 07:15:17 UTC 2013


Author: az
Date: Fri Jun  7 07:15:16 2013
New Revision: 320161
URL: http://svnweb.freebsd.org/changeset/ports/320161

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

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

Modified: head/textproc/p5-Perl-MinimumVersion/Makefile
==============================================================================
--- head/textproc/p5-Perl-MinimumVersion/Makefile	Fri Jun  7 07:13:13 2013	(r320160)
+++ head/textproc/p5-Perl-MinimumVersion/Makefile	Fri Jun  7 07:15:16 2013	(r320161)
@@ -27,8 +27,4 @@ MAN3=	Perl::MinimumVersion.3
 post-patch:
 	@${PERL} -pi -e '$$_="" if m/Test::/' ${WRKSRC}/Makefile.PL
 
-.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 501001
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list