aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-MasonX-WebApp
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-04-13 09:28:18 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-04-13 09:28:18 +0800
commitf391e323a887325b51e8074a4b33f07ddc8c9b33 (patch)
treef692f3cde7340f10598c95470c4a1c19452b1e22 /www/p5-MasonX-WebApp
parent51e1418ca50dbc0fe30342b77fa2c5a453f899bc (diff)
downloadfreebsd-ports-gnome-f391e323a887325b51e8074a4b33f07ddc8c9b33.tar.gz
freebsd-ports-gnome-f391e323a887325b51e8074a4b33f07ddc8c9b33.tar.zst
freebsd-ports-gnome-f391e323a887325b51e8074a4b33f07ddc8c9b33.zip
- Unbreak WITH_MODPERL2=yes
- Pass maintainer to submitter (me) PR: ports/133629 Approved by: previous maintainer
Diffstat (limited to 'www/p5-MasonX-WebApp')
-rw-r--r--www/p5-MasonX-WebApp/Makefile6
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