diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-13 01:28:18 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-13 01:28:18 +0000 |
commit | 88bdf51342bea0393e12b991cacfa3e90858162f (patch) | |
tree | 706d14afe7c8617d99c71f829499050f6063a2f5 /www/p5-MasonX-WebApp | |
parent | 7c1e6d656131bd4ff9bfabe62fe082e1f582b85d (diff) |
Notes
Diffstat (limited to 'www/p5-MasonX-WebApp')
-rw-r--r-- | www/p5-MasonX-WebApp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-MasonX-WebApp/Makefile b/www/p5-MasonX-WebApp/Makefile index 6767fc795f1d..f75d620d54a1 100644 --- a/www/p5-MasonX-WebApp/Makefile +++ b/www/p5-MasonX-WebApp/Makefile @@ -7,11 +7,12 @@ PORTNAME= MasonX-WebApp PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= hcoyote@ghostar.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= Works with HTML::Mason to do processing before Mason is invoked RUN_DEPENDS= ${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ @@ -22,8 +23,7 @@ RUN_DEPENDS= ${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ BUILD_DEPENDS= ${RUN_DEPENDS} .if defined(WITH_MODPERL2) -BROKEN= Broken due the new mod_perl2 API -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2 +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 .else BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl .endif |