1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/p5-ResourcePool/Makefile
Edwin Groothuis b2b21fe1bb maintainer-update devel/p5-ResourcePool to 1.0101
update to 1.0101 which remove obsoleted dependency on p5-Storable

Update to 1.0102 whichs
	*  An obsolete dependency for the Storable module has been removed
	*  Two new LoadBalancer policies have been introduced: FailBack is
	   a alias for FallBack, and FailOver which acts like FailBack but
	   does stay on the fall back node.
	*  Applied patch from Eric Parusel to fix a problem when debuging
	   LoadBalancer.

PR:		ports/50189
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-04-02 11:50:24 +00:00

39 lines
913 B
Makefile

# ex:ts=8
# Ports collection makefile for: p5-ResourcePool
# Date created: Aug 9, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ResourcePool
PORTVERSION= 1.0102
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-
MAINTAINER= erwin@lansing.dk
COMMENT= A generic way to use connection caching for any kind of resources
PERL_CONFIGURE= YES
MAN3= ResourcePool.3 \
ResourcePool::BigPicture.3 \
ResourcePool::Command.3 \
ResourcePool::Command::Exception.3 \
ResourcePool::Command::Execute.3 \
ResourcePool::Command::NoFailoverException.3 \
ResourcePool::ExtensionGuide.3 \
ResourcePool::Factory.3 \
ResourcePool::LoadBalancer.3 \
ResourcePool::Resource.3 \
ResourcePool::Singleton.3 \
ResourcePool::UML.3
post-install:
@${CAT} pkg-message
.include <bsd.port.mk>