diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2003-05-15 09:09:21 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2003-05-15 09:09:21 +0000 |
commit | 37d646765a555a1d439645b6af9d49368aaeebdc (patch) | |
tree | fea535b79e8e53393bbfb23bb7de1e674e52e484 /www/p5-Apache-Session | |
parent | 746aacc48433ae2d46eb50fce223167bab43180c (diff) | |
download | ports-37d646765a555a1d439645b6af9d49368aaeebdc.tar.gz ports-37d646765a555a1d439645b6af9d49368aaeebdc.zip |
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/Makefile | 4 |
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 |