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
This commit is contained in:
Anton Berezin 2003-05-15 09:09:21 +00:00
parent 746aacc484
commit 37d646765a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81020

View file

@ -7,7 +7,7 @@
PORTNAME= Apache-Session PORTNAME= Apache-Session
PORTVERSION= 1.54 PORTVERSION= 1.54
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= www perl5 CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache MASTER_SITE_SUBDIR= Apache
@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= frank@exit.com MAINTAINER= frank@exit.com
COMMENT= A persistence framework for session data 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} RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes PERL_CONFIGURE= yes