summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Session
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2003-05-15 09:09:21 +0000
committerAnton Berezin <tobez@FreeBSD.org>2003-05-15 09:09:21 +0000
commit37d646765a555a1d439645b6af9d49368aaeebdc (patch)
treefea535b79e8e53393bbfb23bb7de1e674e52e484 /www/p5-Apache-Session
parentAdd one more mirror. (diff)
Despite of its name, Apache::Session does not use mod_perl-specific
modules anywhere. Since Apache::Session is useful much beyond mod_perlified environment, make the port to not depend on mod_perl. PR: 51656 Approved by: maintainer
Notes
Notes: svn path=/head/; revision=81020
Diffstat (limited to 'www/p5-Apache-Session')
-rw-r--r--www/p5-Apache-Session/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile
index a2ceb08216ec..617e8fa43f20 100644
--- a/www/p5-Apache-Session/Makefile
+++ b/www/p5-Apache-Session/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Apache-Session
PORTVERSION= 1.54
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
@@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= frank@exit.com
COMMENT= A persistence framework for session data
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
+BUILD_DEPENDS=
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes