freebsd-ports/www/p5-CGI-Session/Makefile
Edwin Groothuis f2ffec9468 maintainer-update www/p5-CGI-Session to 3.11
PR:		ports/47249
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-02-04 12:15:21 +00:00

38 lines
996 B
Makefile

# New ports collection makefile for: p5-CGI-Session
# Date created: 12 June 2002
# Whom: Erwin Lansing <erwin@lansing.dk>
#
# $FreeBSD$
#
PORTNAME= CGI-Session
PORTVERSION= 3.11
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
PKGNAMEPREFIX= p5-
MAINTAINER= erwin@lansing.dk
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= CGI::Session::DB_File.3 \
CGI::Session::MySQL.3 \
CGI::Session::File.3 \
CGI::Session.3 \
CGI::Session::ID::Incr.3 \
CGI::Session::Serialize::FreezeThaw.3 \
CGI::Session::Serialize::Default.3 \
CGI::Session::BluePrint.3 \
CGI::Session::ID::MD5.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>