From f91aacb33283808fffedfe596d31369fda5189c7 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Tue, 3 Apr 2012 15:16:01 +0000 Subject: [PATCH] - Avoid use of SITE_PERL in DEPENDS - Add missing DEPENDS - Add TEST_DEPENDS - Bump PORTREVISION Feature safe: yes --- www/p5-MasonX-WebApp/Makefile | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/www/p5-MasonX-WebApp/Makefile b/www/p5-MasonX-WebApp/Makefile index b1809471e0dc..d529629eb111 100644 --- a/www/p5-MasonX-WebApp/Makefile +++ b/www/p5-MasonX-WebApp/Makefile @@ -7,7 +7,7 @@ PORTNAME= MasonX-WebApp PORTVERSION= 0.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,14 +15,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Works with HTML::Mason to do processing before Mason is invoked -BUILD_DEPENDS:= ${RUN_DEPENDS} -RUN_DEPENDS= ${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ - ${SITE_PERL}/Apache/Session/Wrapper.pm:${PORTSDIR}/www/p5-Apache-Session-Wrapper \ - ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - ${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util - -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 +BUILD_DEPENDS= mp2bug:${PORTSDIR}/www/mod_perl2 \ + p5-HTML-Mason>=0:${PORTSDIR}/www/p5-HTML-Mason \ + p5-Apache-Session-Wrapper>=0:${PORTSDIR}/www/p5-Apache-Session-Wrapper \ + p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ + p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-Class-Factory-Util>=0:${PORTSDIR}/devel/p5-Class-Factory-Util \ + p5-URI>0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output USE_APACHE_RUN= 20+ PERL_MODBUILD= yes