diff options
Diffstat (limited to '')
-rw-r--r-- | www/p5-CGI-Cache/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/www/p5-CGI-Cache/Makefile b/www/p5-CGI-Cache/Makefile index 1b37bcc24959..2699bc8e5532 100644 --- a/www/p5-CGI-Cache/Makefile +++ b/www/p5-CGI-Cache/Makefile @@ -7,6 +7,7 @@ PORTNAME= CGI-Cache PORTVERSION= 1.40 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CGI @@ -16,19 +17,13 @@ MAINTAINER= petef@FreeBSD.org COMMENT= Perl extension to cache output of time-intensive CGI scripts BUILD_DEPENDS= ${SITE_PERL}/File/Cache.pm:${PORTSDIR}/devel/p5-File-Cache \ + ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/Cache/SizeAwareFileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} <= 500600 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-File-Spec -.endif - RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= CGI::Cache.3 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |