aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Apache-Gallery
diff options
context:
space:
mode:
authorbrix <brix@FreeBSD.org>2009-01-06 21:55:17 +0800
committerbrix <brix@FreeBSD.org>2009-01-06 21:55:17 +0800
commitd12e4e5df913c249d197713cc94f9daa90750cea (patch)
treef2a07a01beed3163742961ce96978c60c7008463 /www/p5-Apache-Gallery
parent589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88 (diff)
downloadfreebsd-ports-gnome-d12e4e5df913c249d197713cc94f9daa90750cea.tar.gz
freebsd-ports-gnome-d12e4e5df913c249d197713cc94f9daa90750cea.tar.zst
freebsd-ports-gnome-d12e4e5df913c249d197713cc94f9daa90750cea.zip
- Fix www/mod_perl2 dependency so it also works with www/apache22
- Take over maintainership Approved by: Kenneth Vestergaard Schmidt <kvs@pil.dk> (maintainer)
Diffstat (limited to 'www/p5-Apache-Gallery')
-rw-r--r--www/p5-Apache-Gallery/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile
index b3753b670025..ac3b9917e17d 100644
--- a/www/p5-Apache-Gallery/Makefile
+++ b/www/p5-Apache-Gallery/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Apache-Gallery
PORTVERSION= 1.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www perl5
MASTER_SITES= http://apachegallery.dk/download/ \
@@ -14,7 +15,7 @@ MASTER_SITES= http://apachegallery.dk/download/ \
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION}${PORTSUBVER}
-MAINTAINER= kvs@pil.dk
+MAINTAINER= brix@FreeBSD.org
COMMENT= Apache::Gallery - mod_perl handler to create an image gallery
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} \
@@ -27,7 +28,7 @@ BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} \
RUN_DEPENDS= ${BUILD_DEPENDS}
.if defined(WITH_APACHE2)
-BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
DEPENDS_ARGS+= WITHOUT_MODPERL=yes
DEPENDS_ARGS+= WITH_MODPERL2=yes
.else