freebsd-ports/databases/p5-ResourcePool-Resource-DBI/Makefile
Andrej Zverev a015f2e5d0 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.

With perl@ hat
2011-09-08 08:36:43 +00:00

29 lines
869 B
Makefile

# New ports collection makefile for: p5-ResourcePool-Resource-DBI
# Date created: February 06th, 2003
# Whom: erwin@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= ResourcePool-Resource-DBI
PORTVERSION= 1.0101
CATEGORIES= databases perl5
MASTER_SITES= CPAN \
http://www.fatalmind.com/projects/ResourcePool/
MASTER_SITE_SUBDIR= CPAN:MWS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= ResourcePool::Resource::DBI - A ResourcePool wrapper for DBI
BUILD_DEPENDS= ${SITE_PERL}/ResourcePool.pm:${PORTSDIR}/devel/p5-ResourcePool \
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= ResourcePool::Resource::DBI.3 ResourcePool::Factory::DBI.3 \
ResourcePool::Command::DBI::Execute.3 ResourcePool::Command::DBI::Select.3 \
ResourcePool::Command::DBI::SelectRow.3
.include <bsd.port.mk>