aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-SSI
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-09-20 17:32:55 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-09-20 17:32:55 +0000
commite7f692fad8a58a8db34c78acaccae1f463e5894a (patch)
tree5fa7e052aac3df0c6d00ae2a7b11eef9462c1b08 /www/p5-CGI-SSI
parentb07c247ec4798686302e651467714bd9518e5a77 (diff)
downloadports-e7f692fad8a58a8db34c78acaccae1f463e5894a.tar.gz
ports-e7f692fad8a58a8db34c78acaccae1f463e5894a.zip
Notes
Diffstat (limited to 'www/p5-CGI-SSI')
-rw-r--r--www/p5-CGI-SSI/Makefile13
-rw-r--r--www/p5-CGI-SSI/distinfo4
2 files changed, 12 insertions, 5 deletions
diff --git a/www/p5-CGI-SSI/Makefile b/www/p5-CGI-SSI/Makefile
index 8b8ae3ecfb2a..26cb91a0cf20 100644
--- a/www/p5-CGI-SSI/Makefile
+++ b/www/p5-CGI-SSI/Makefile
@@ -6,18 +6,19 @@
#
PORTNAME= CGI-SSI
-PORTVERSION= 0.86
+PORTVERSION= 0.88
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Use SSI from CGI scripts
BUILD_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
RUN_DEPENDS= ${BUILD_DEPENDS}
@@ -25,4 +26,10 @@ PERL_CONFIGURE= yes
MAN3= CGI::SSI.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= Port requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/www/p5-CGI-SSI/distinfo b/www/p5-CGI-SSI/distinfo
index 4efffa28a9a3..da49c390a9ee 100644
--- a/www/p5-CGI-SSI/distinfo
+++ b/www/p5-CGI-SSI/distinfo
@@ -1,2 +1,2 @@
-MD5 (CGI-SSI-0.86.tar.gz) = c6c4aa4d05a3f66d21af937e0349ccbe
-SIZE (CGI-SSI-0.86.tar.gz) = 10374
+MD5 (CGI-SSI-0.88.tar.gz) = f204d2ebecce8962450dcd4c83869c3e
+SIZE (CGI-SSI-0.88.tar.gz) = 11243