diff options
author | az <az@FreeBSD.org> | 2013-06-07 15:56:59 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-06-07 15:56:59 +0800 |
commit | c3a85ecd7d4425051d98a1f2171ea434013e7016 (patch) | |
tree | f2630de3af6063dfd281c50446bff692bf0ad12c | |
parent | fd4f837fdaf06744866b82357d53ed80a109dca1 (diff) | |
download | freebsd-ports-gnome-c3a85ecd7d4425051d98a1f2171ea434013e7016.tar.gz freebsd-ports-gnome-c3a85ecd7d4425051d98a1f2171ea434013e7016.tar.zst freebsd-ports-gnome-c3a85ecd7d4425051d98a1f2171ea434013e7016.zip |
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178942
Submitted by: az
Approved by: maintainer (timeout)
-rw-r--r-- | www/awstats/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile index e71e2cd33126..a889fcf30280 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -41,10 +41,6 @@ RUN_DEPENDS+= p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP 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 |