63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
55 lines
1.6 KiB
Makefile
55 lines
1.6 KiB
Makefile
# New ports collection makefile for: p5-Apache-Session
|
|
# Date created: March 13, 2000
|
|
# Whom: Frank Mayhar <frank@exit.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Apache-Session
|
|
PORTVERSION= 1.89
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A persistence framework for session data
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
BUILD_DEPENDS+= p5-Test-Deep>=0.082:${PORTSDIR}/devel/p5-Test-Deep \
|
|
p5-Test-Exception>=0.15:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Apache::Session.3 \
|
|
Apache::Session::DB_File.3 \
|
|
Apache::Session::File.3 \
|
|
Apache::Session::Flex.3 \
|
|
Apache::Session::Generate::MD5.3 \
|
|
Apache::Session::Generate::ModUniqueId.3 \
|
|
Apache::Session::Generate::ModUsertrack.3 \
|
|
Apache::Session::Informix.3 \
|
|
Apache::Session::Lock::File.3 \
|
|
Apache::Session::Lock::MySQL.3 \
|
|
Apache::Session::Lock::Null.3 \
|
|
Apache::Session::Lock::Semaphore.3 \
|
|
Apache::Session::Lock::Sybase.3 \
|
|
Apache::Session::MySQL.3 \
|
|
Apache::Session::Oracle.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::Informix.3 \
|
|
Apache::Session::Store::MySQL.3 \
|
|
Apache::Session::Store::Oracle.3 \
|
|
Apache::Session::Store::Postgres.3 \
|
|
Apache::Session::Store::Sybase.3 \
|
|
Apache::Session::Sybase.3
|
|
|
|
.include <bsd.port.mk>
|