diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-02-24 07:25:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-02-24 07:25:41 +0000 |
commit | 78ce303511d03d33acff93b84272ead82adeb070 (patch) | |
tree | 7b164dbeeadfe65cbb3815d67feb6ccc5f608e61 /www/mod_perl | |
parent | "'s are not needed around maintainer-strings (diff) |
Add depends to p5-libwww, drop maintainer bit.
PR: ports/48203
Submitted by: edwin
Notes
Notes:
svn path=/head/; revision=76376
Diffstat (limited to 'www/mod_perl')
-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 |