2000-03-19 05:44:42 +00:00
|
|
|
# New ports collection makefile for: p5-Apache-Session
|
|
|
|
# Date created: March 13, 2000
|
|
|
|
# Whom: Frank Mayhar <frank@exit.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-06-17 02:37:15 +00:00
|
|
|
PORTNAME= Apache-Session
|
2000-11-12 02:36:35 +00:00
|
|
|
PORTVERSION= 1.53
|
2000-03-19 05:44:42 +00:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Apache
|
2000-06-17 02:37:15 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
2000-03-19 05:44:42 +00:00
|
|
|
|
|
|
|
MAINTAINER= frank@exit.com
|
|
|
|
|
2000-11-12 02:36:35 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
|
2000-03-19 05:44:42 +00:00
|
|
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
|
|
|
|
2000-06-17 02:37:15 +00:00
|
|
|
USE_PERL5= yes
|
2000-03-19 05:44:42 +00:00
|
|
|
|
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
2000-06-10 17:06:08 +00:00
|
|
|
MAN3= Apache::Session.3 \
|
|
|
|
Apache::Session::DB_File.3 \
|
|
|
|
Apache::Session::File.3 \
|
|
|
|
Apache::Session::Flex.3 \
|
|
|
|
Apache::Session::Generate::MD5.3 \
|
|
|
|
Apache::Session::Lock::File.3 \
|
|
|
|
Apache::Session::Lock::MySQL.3 \
|
|
|
|
Apache::Session::Lock::Null.3 \
|
|
|
|
Apache::Session::Lock::Semaphore.3 \
|
|
|
|
Apache::Session::MySQL.3 \
|
|
|
|
Apache::Session::Oracle.3 \
|
|
|
|
Apache::Session::Postgres.3 \
|
|
|
|
Apache::Session::Serialize::Base64.3 \
|
|
|
|
Apache::Session::Serialize::Storable.3 \
|
2000-11-12 02:36:35 +00:00
|
|
|
Apache::Session::Serialize::Sybase.3 \
|
2000-06-10 17:06:08 +00:00
|
|
|
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 \
|
2000-11-12 02:36:35 +00:00
|
|
|
Apache::Session::Store::Postgres.3 \
|
|
|
|
Apache::Session::Store::Sybase.3 \
|
|
|
|
Apache::Session::Sybase.3
|
2000-03-19 05:44:42 +00:00
|
|
|
|
|
|
|
do-configure:
|
2000-06-17 02:37:15 +00:00
|
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
2000-03-19 05:44:42 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|