summaryrefslogtreecommitdiffstats
path: root/www/p5-CGI-SSI
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2005-09-20 17:32:55 +0000
committertobez <tobez@FreeBSD.org>2005-09-20 17:32:55 +0000
commit53781b6df69b10a2540b1a606cc9ae6beb1166bd (patch)
treeec41ab67b1f0268d4ae7ef4ce59e47616290fcda /www/p5-CGI-SSI
parent5bc4faeec8456fc61b247c3b5dc81de0a24c005b (diff)
downloadFreeBSD-ports-53781b6df69b10a2540b1a606cc9ae6beb1166bd.zip
FreeBSD-ports-53781b6df69b10a2540b1a606cc9ae6beb1166bd.tar.gz
Update to 0.88. Require perl from ports. Assign maintainer to perl@.
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 8b8ae3e..26cb91a 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 4efffa2..da49c39 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
OpenPOWER on IntegriCloud