freebsd-ports/devel/p5-ResourcePool/Makefile
Edwin Groothuis 7b311f69a7 maintainer-update devel/p5-ResourcePool to 1.03
vendor uptdate to 1.03:
	  *  Applied a patch from Chad Redman which is basically the same as
	     the patch from Eric Parusel which was partitially applied to
	     1.0102. This time I applied the patch to the correct CVS branch
	     *argl*.

	  *  Minor corrections and improvements in documentation.

PR:		ports/51962
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-05-09 00:58:53 +00:00

45 lines
1.2 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: p5-ResourcePool
# Date created: Aug 9, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ResourcePool
PORTVERSION= 1.0103
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.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>