ports/79328: port update: www/p5-HTML-Mason (add optional mod_perl dependency)

Denis Shaposhnikov dsh at vlink.ru
Tue Mar 29 07:40:02 UTC 2005


>Number:         79328
>Category:       ports
>Synopsis:       port update: www/p5-HTML-Mason (add optional mod_perl dependency)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 29 07:40:00 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD neva.vlink.ru 6.0-CURRENT FreeBSD 6.0-CURRENT #5: Fri Mar 18 16:40:50 MSK 2005 dsh at neva.vlink.ru:/var/FreeBSD/obj/var/FreeBSD/src/sys/NEVA i386


>Description:

Add optional mod_perl dependency. Thanks to Dryice Liu.

>How-To-Repeat:

diff -Nru p5-HTML-Mason.orig/Makefile p5-HTML-Mason/Makefile
--- p5-HTML-Mason.orig/Makefile	Thu Feb 10 13:17:49 2005
+++ p5-HTML-Mason/Makefile	Tue Mar 29 11:21:17 2005
@@ -57,10 +57,16 @@
 		HTML::Mason::Tools.3 \
 		HTML::Mason::Utils.3
 
+OPTIONS=	MOD_PERL "with mod_perl dependency" off
+
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500601
 BUILD_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
+.endif
+
+.if defined(WITH_MOD_PERL)
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq
 .endif
 
 .include <bsd.port.post.mk>

>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list