2002-08-09 17:16:24 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: p5-ResourcePool
|
|
|
|
# Date created: Aug 9, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ResourcePool
|
2003-05-09 02:58:53 +02:00
|
|
|
PORTVERSION= 1.0103
|
2002-08-09 17:16:24 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
|
|
|
http://www.fatalmind.com/projects/ResourcePool/
|
|
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/M/MW/MWS
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-06-12 18:41:16 +02:00
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
2003-02-12 23:54:36 +01:00
|
|
|
COMMENT= A generic way to use connection caching for any kind of resources
|
|
|
|
|
2002-08-09 17:16:24 +02:00
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= ResourcePool.3 \
|
2002-10-08 08:50:08 +02:00
|
|
|
ResourcePool::BigPicture.3 \
|
2003-03-01 07:58:23 +01:00
|
|
|
ResourcePool::Command.3 \
|
|
|
|
ResourcePool::Command::Exception.3 \
|
|
|
|
ResourcePool::Command::Execute.3 \
|
|
|
|
ResourcePool::Command::NoFailoverException.3 \
|
2002-10-08 08:50:08 +02:00
|
|
|
ResourcePool::ExtensionGuide.3 \
|
2002-08-09 17:16:24 +02:00
|
|
|
ResourcePool::Factory.3 \
|
|
|
|
ResourcePool::LoadBalancer.3 \
|
|
|
|
ResourcePool::Resource.3 \
|
2002-10-08 08:50:08 +02:00
|
|
|
ResourcePool::Singleton.3 \
|
|
|
|
ResourcePool::UML.3
|
2002-08-09 17:16:24 +02:00
|
|
|
|
2003-02-12 23:54:36 +01:00
|
|
|
post-install:
|
2004-06-28 17:43:14 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2003-02-12 23:54:36 +01:00
|
|
|
|
2003-04-13 14:28:23 +02: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
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
2003-04-13 14:28:23 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|