Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2013 08:15:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319036 - head/www/p5-Router-Simple
Message-ID:  <201305250815.r4P8FK8P023392@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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