1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/databases/p5-DBD-PgPP/Makefile
2010-01-10 00:31:22 +00:00

25 lines
549 B
Makefile

# 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.08
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@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
.include <bsd.port.mk>