aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Apache-ASP
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2010-09-21 15:56:43 +0800
committermm <mm@FreeBSD.org>2010-09-21 15:56:43 +0800
commita447d3207d987ddc5b4cb16345ffd07b474aea9c (patch)
tree740d2c4dbf9c6b5d7e0a621cb113b01436081f94 /www/p5-Apache-ASP
parent755a0561c300f159d88d880440dc70a9ae0425e2 (diff)
downloadfreebsd-ports-gnome-a447d3207d987ddc5b4cb16345ffd07b474aea9c.tar.gz
freebsd-ports-gnome-a447d3207d987ddc5b4cb16345ffd07b474aea9c.tar.zst
freebsd-ports-gnome-a447d3207d987ddc5b4cb16345ffd07b474aea9c.zip
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress. Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903 Bump PORTREVISION
Diffstat (limited to 'www/p5-Apache-ASP')
-rw-r--r--www/p5-Apache-ASP/Makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile
index 06cd21e6d2a0..de24fa98fcb5 100644
--- a/www/p5-Apache-ASP/Makefile
+++ b/www/p5-Apache-ASP/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Apache-ASP
PORTVERSION= 2.61
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,24 +16,23 @@ PKGNAMESUFFIX= ${MODPERL_SUFFIX}
MAINTAINER= perl@FreeBSD.org
COMMENT= Active Server Pages for Apache
-BUILD_DEPENDS= ${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump \
+RUN_DEPENDS= ${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump \
${SITE_PERL}/HTML/Clean.pm:${PORTSDIR}/www/p5-HTML-Clean \
${SITE_PERL}/HTML/FillInForm.pm:${PORTSDIR}/www/p5-HTML-FillInForm \
${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/MLDBM/Sync.pm:${PORTSDIR}/databases/p5-MLDBM-Sync \
${SITE_PERL}/Tie/Cache.pm:${PORTSDIR}/devel/p5-Tie-Cache \
${SITE_PERL}/XML/XSLT.pm:${PORTSDIR}/textproc/p5-XML-XSLT \
- ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${SITE_PERL}/${PERL_ARCH}/XML/Sablotron.pm:${PORTSDIR}/textproc/p5-XML-Sablotron
.if !defined(WITHOUT_MODPERL)
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
${SITE_PERL}/Apache/Filter.pm:${PORTSDIR}/www/p5-Apache-Filter \
${SITE_PERL}/Apache/SSI.pm:${PORTSDIR}/www/p5-Apache-SSI
MODPERL_SUFFIX?=+mod_perl
.endif
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
@@ -43,4 +42,10 @@ MAN3= Apache::ASP.3 \
Bundle::Apache::ASP.3 \
Bundle::Apache::ASP::Extra.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500903
+RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
+.endif
+
+.include <bsd.port.post.mk>
e packagedbf2012-04-231-1/+1 * update lang/sbcl to 1.0.55, and adjust dependent portsbf2012-01-241-1/+1 * update lang/sbcl to 1.0.54, and adjust dependent ports (this allows sbcl tobf2011-12-091-1/+1 * update lang/sbcl to 1.0.53, and adjust dependent portsbf2011-11-231-1/+1 * - Get Rid MD5 supportmiwi2011-03-201-2/+0 * - Add to "lisp" virtual categoryashish2010-09-152-7/+208 * Build with lang/sbcl by default, clisp lacks x11 modulemakc2010-06-141-1/+1 * Update to 0.9.7makc2010-06-052-14/+41 * - Update to 0.9.6miwi2009-09-162-9/+8 * - Drop maintainership of the following ports:alepulver2009-02-281-1/+1 * - Update to 0.9.5miwi2008-12-072-4/+5 * - Update to version 0.9.3.alepulver2008-06-222-4/+4 * - Fix conditionals to set IGNORE in appropiate cases (requires manual optionsalepulver2008-03-141-3/+2