diff options
author | tobez <tobez@FreeBSD.org> | 2003-05-15 17:09:21 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2003-05-15 17:09:21 +0800 |
commit | b71b4d6f8b59ec1a9241dabe668b067bb692a1d8 (patch) | |
tree | cfa9c5667107d0ae76d3cba0902fb18aabe63aa2 /www/p5-Apache-Session | |
parent | 42ce151793cda3f4d5ff0d5a4e1553ab990b3a80 (diff) | |
download | freebsd-ports-gnome-b71b4d6f8b59ec1a9241dabe668b067bb692a1d8.tar.gz freebsd-ports-gnome-b71b4d6f8b59ec1a9241dabe668b067bb692a1d8.tar.zst freebsd-ports-gnome-b71b4d6f8b59ec1a9241dabe668b067bb692a1d8.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
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 |