diff options
Diffstat (limited to 'www/p5-Apache-Session/Makefile')
-rw-r--r-- | www/p5-Apache-Session/Makefile | 9 |
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 |