aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-PgPP/Makefile
blob: a8b54f30c6ce786112c158292c4b8b4f041e0eaf (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
# New ports collection makefile for:	p5-DBD-PgPP
# Date created:				August 8th 2004
# Whom:					Lubomir Marinov <lubomir_m@abv.bg>
#
# $FreeBSD$
#

PORTNAME=	DBD-PgPP
PORTVERSION=	0.05
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Pure Perl PostgreSQL driver for the DBI

BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI

PERL_CONFIGURE=	yes

MAN3=	DBD::PgPP.3 DBD::DBD-PgPP.ja.3

.include <bsd.port.mk>