summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Session/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-11-12 02:36:35 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-11-12 02:36:35 +0000
commit58265aaed13baafd6449b75bd706dfb40fe5351d (patch)
tree0fa8a74fed4339c033f54ea99b4f6b091d1632a7 /www/p5-Apache-Session/Makefile
parentUrrr... I miss to commit Makefile :( (diff)
Upgrade to 1.53.
Notes
Notes: svn path=/head/; revision=35026
Diffstat (limited to 'www/p5-Apache-Session/Makefile')
-rw-r--r--www/p5-Apache-Session/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile
index 00681620645d..b983ec377c91 100644
--- a/www/p5-Apache-Session/Makefile
+++ b/www/p5-Apache-Session/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Apache-Session
-PORTVERSION= 1.51
+PORTVERSION= 1.53
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= frank@exit.com
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/p5-Apache \
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
USE_PERL5= yes
@@ -34,12 +34,15 @@ MAN3= Apache::Session.3 \
Apache::Session::Postgres.3 \
Apache::Session::Serialize::Base64.3 \
Apache::Session::Serialize::Storable.3 \
+ Apache::Session::Serialize::Sybase.3 \
Apache::Session::Serialize::UUEncode.3 \
Apache::Session::Store::DB_File.3 \
Apache::Session::Store::File.3 \
Apache::Session::Store::MySQL.3 \
Apache::Session::Store::Oracle.3 \
- Apache::Session::Store::Postgres.3
+ Apache::Session::Store::Postgres.3 \
+ Apache::Session::Store::Sybase.3 \
+ Apache::Session::Sybase.3
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL