diff options
Diffstat (limited to 'www/p5-CGI-SSI/Makefile')
-rw-r--r-- | www/p5-CGI-SSI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-CGI-SSI/Makefile b/www/p5-CGI-SSI/Makefile index 71b1e580d563..18b26b23b3dc 100644 --- a/www/p5-CGI-SSI/Makefile +++ b/www/p5-CGI-SSI/Makefile @@ -7,6 +7,7 @@ PORTNAME= CGI-SSI PORTVERSION= 0.92 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +18,6 @@ COMMENT= Use SSI from CGI scripts RUN_DEPENDS= ${SITE_PERL}/HTML/SimpleParse.pm:${PORTSDIR}/www/p5-HTML-SimpleParse \ ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate BUILD_DEPENDS= ${RUN_DEPENDS} |