aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-ResourcePool-Resource-DBI/Makefile
blob: 1eb739c3ddcb183c876b3681160621e78bdc9b8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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= ../by-authors/id/M/MW/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>