diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_perl/Makefile | 8 |
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 |