From 8f02856c24f2566d26c20bbe3a532d4890326688 Mon Sep 17 00:00:00 2001 From: vanilla Date: Mon, 24 Feb 2003 07:25:41 +0000 Subject: Add depends to p5-libwww, drop maintainer bit. PR: ports/48203 Submitted by: edwin --- www/mod_perl/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'www') 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 -- cgit