aboutsummaryrefslogtreecommitdiff
path: root/www/mod_perl
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-02-24 07:25:41 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-02-24 07:25:41 +0000
commit78ce303511d03d33acff93b84272ead82adeb070 (patch)
tree7b164dbeeadfe65cbb3815d67feb6ccc5f608e61 /www/mod_perl
parentf620c978dacda5f8e5a2268ddad2466324cdbee9 (diff)
downloadports-78ce303511d03d33acff93b84272ead82adeb070.tar.gz
ports-78ce303511d03d33acff93b84272ead82adeb070.zip
Notes
Diffstat (limited to 'www/mod_perl')
-rw-r--r--www/mod_perl/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile
index 5aa90b168512..3098668f5c1d 100644
--- a/www/mod_perl/Makefile
+++ b/www/mod_perl/Makefile
@@ -7,14 +7,16 @@
PORTNAME= mod_perl
PORTVERSION= 1.27
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
-MAINTAINER= vanilla@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${APACHE_PORT}
-RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${APACHE_PORT}
+BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${APACHE_PORT} \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PERL5= YES