diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-25 10:26:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-25 10:26:44 +0000 |
commit | 49e6e0171db6b81245becfdcc51ac7d7c24d02fb (patch) | |
tree | dfb71020754652c20718a94e9fd599c1a615f4e8 /www/mod_perl2 | |
parent | 245e453c6c8e14300f34983ac6aee7c3a5793060 (diff) | |
download | ports-49e6e0171db6b81245becfdcc51ac7d7c24d02fb.tar.gz ports-49e6e0171db6b81245becfdcc51ac7d7c24d02fb.zip |
Notes
Diffstat (limited to 'www/mod_perl2')
-rw-r--r-- | www/mod_perl2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index 9b3c3f5c0783..134561000319 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_perl PORTVERSION= 2.0.2 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= www perl5 MASTER_SITES= http://perl.apache.org/dist/ \ @@ -16,6 +17,9 @@ PKGNAMESUFFIX= 2 MAINTAINER= lars.eggert@gmx.net COMMENT= Embeds a Perl interpreter in the Apache2 server +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource +RUN_DEPENDS= ${BUILD_DEPENDS} + USE_APACHE= 2.0+ PERL_CONFIGURE= yes GMAKE= yes |