svn commit: r319036 - head/www/p5-Router-Simple

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 25 08:15:21 UTC 2013


Author: sunpoet
Date: Sat May 25 08:15:20 2013
New Revision: 319036
URL: http://svnweb.freebsd.org/changeset/ports/319036

Log:
  - Remove outdated PERL_LEVEL check
  
  PR:		ports/178929
  Submitted by:	az

Modified:
  head/www/p5-Router-Simple/Makefile

Modified: head/www/p5-Router-Simple/Makefile
==============================================================================
--- head/www/p5-Router-Simple/Makefile	Sat May 25 08:14:36 2013	(r319035)
+++ head/www/p5-Router-Simple/Makefile	Sat May 25 08:15:20 2013	(r319036)
@@ -27,11 +27,6 @@ MAN3=		Router::Simple.3 \
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
-RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
-.endif
-
 .if ${PERL_LEVEL} < 501400
 TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
 .endif


More information about the svn-ports-all mailing list