mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
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:
parent
746aacc484
commit
37d646765a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81020
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue