svn commit: r320174 - head/www/awstats

Andrej Zverev az at FreeBSD.org
Fri Jun 7 07:57:00 UTC 2013


Author: az
Date: Fri Jun  7 07:56:59 2013
New Revision: 320174
URL: http://svnweb.freebsd.org/changeset/ports/320174

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

Modified:
  head/www/awstats/Makefile

Modified: head/www/awstats/Makefile
==============================================================================
--- head/www/awstats/Makefile	Fri Jun  7 07:56:02 2013	(r320173)
+++ head/www/awstats/Makefile	Fri Jun  7 07:56:59 2013	(r320174)
@@ -41,10 +41,6 @@ RUN_DEPENDS+=	p5-Net-IP>=0:${PORTSDIR}/n
 RUN_DEPENDS+=	p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
 .endif
 
-.if ${PERL_LEVEL} < 500800
-RUN_DEPENDS+=	p5-Storable>=0:${PORTSDIR}/devel/p5-Storable
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/tools/awstats_buildstaticpages.pl
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/tools/awstats_configure.pl


More information about the svn-ports-all mailing list