aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2003-02-24 15:25:41 +0800
committervanilla <vanilla@FreeBSD.org>2003-02-24 15:25:41 +0800
commit8f02856c24f2566d26c20bbe3a532d4890326688 (patch)
treeb691b2af3ad3de567362c013cabf82c1e912dfc7
parent8a2facd1a4b86974c276c5aadc4151cf6c25efda (diff)
downloadfreebsd-ports-gnome-8f02856c24f2566d26c20bbe3a532d4890326688.tar.gz
freebsd-ports-gnome-8f02856c24f2566d26c20bbe3a532d4890326688.tar.zst
freebsd-ports-gnome-8f02856c24f2566d26c20bbe3a532d4890326688.zip
Add depends to p5-libwww, drop maintainer bit.
PR: ports/48203 Submitted by: edwin
-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