2000-03-19 06:44:42 +01:00
|
|
|
# New ports collection makefile for: p5-Apache-Session
|
|
|
|
# Date created: March 13, 2000
|
|
|
|
# Whom: Frank Mayhar <frank@exit.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= Apache-Session
|
2001-11-12 06:37:38 +01:00
|
|
|
PORTVERSION= 1.54
|
2003-05-15 11:09:21 +02:00
|
|
|
PORTREVISION= 2
|
2000-03-19 06:44:42 +01:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Apache
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2000-03-19 06:44:42 +01:00
|
|
|
|
|
|
|
MAINTAINER= frank@exit.com
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= A persistence framework for session data
|
2000-03-19 06:44:42 +01:00
|
|
|
|
2003-05-15 11:09:21 +02:00
|
|
|
BUILD_DEPENDS=
|
2002-10-26 18:33:12 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2000-03-19 06:44:42 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-03-19 06:44:42 +01:00
|
|
|
|
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
2000-06-10 19:06:08 +02:00
|
|
|
MAN3= Apache::Session.3 \
|
|
|
|
Apache::Session::DB_File.3 \
|
|
|
|
Apache::Session::File.3 \
|
|
|
|
Apache::Session::Flex.3 \
|
|
|
|
Apache::Session::Generate::MD5.3 \
|
2001-11-12 06:37:38 +01:00
|
|
|
Apache::Session::Generate::ModUniqueId.3 \
|
|
|
|
Apache::Session::Generate::ModUsertrack.3 \
|
2000-06-10 19:06:08 +02:00
|
|
|
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 03:36:35 +01:00
|
|
|
Apache::Session::Serialize::Sybase.3 \
|
2000-06-10 19:06:08 +02: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 03:36:35 +01:00
|
|
|
Apache::Session::Store::Postgres.3 \
|
|
|
|
Apache::Session::Store::Sybase.3 \
|
|
|
|
Apache::Session::Sybase.3
|
2000-03-19 06:44:42 +01:00
|
|
|
|
2003-02-20 17:33:26 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
2003-02-20 17:33:26 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|