diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2003-03-25 01:58:43 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2003-03-25 01:58:43 +0000 |
commit | bde4f77e6b02145792272d36240ae2425ee8f192 (patch) | |
tree | 33d402bd1fe56381934ba678600386fa26b9eb38 /www/p5-CGI-Session/Makefile | |
parent | 5b57d455d7055599093058eed3b8ad998232a105 (diff) | |
download | ports-bde4f77e6b02145792272d36240ae2425ee8f192.tar.gz ports-bde4f77e6b02145792272d36240ae2425ee8f192.zip |
Notes
Diffstat (limited to 'www/p5-CGI-Session/Makefile')
-rw-r--r-- | www/p5-CGI-Session/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/p5-CGI-Session/Makefile b/www/p5-CGI-Session/Makefile index af8f671daac1..0aeb2962ccb4 100644 --- a/www/p5-CGI-Session/Makefile +++ b/www/p5-CGI-Session/Makefile @@ -6,8 +6,7 @@ # PORTNAME= CGI-Session -PORTVERSION= 3.11 -PORTREVISION= 1 +PORTVERSION= 3.92 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CGI @@ -21,8 +20,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= CGI::Session::DB_File.3 \ + CGI::Session::Example.3 \ CGI::Session::MySQL.3 \ CGI::Session::File.3 \ CGI::Session.3 \ @@ -34,7 +33,6 @@ MAN3= CGI::Session::DB_File.3 \ CGI::Session::PostgreSQL.3 \ CGI::Session::Tutorial.3 \ CGI::Session::CookBook.3 \ - CGI::Session::ID::Static.3 \ CGI::Session::Serialize::Storable.3 .include <bsd.port.mk> |