af9607e0f2
Changes: http://www.postgresql.org/message-id/5806d5ec19f6849cc3a33877d02c0e26@biglumber.com Sponsored by: Absolight
23 lines
466 B
Makefile
23 lines
466 B
Makefile
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBD-Pg
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Provides access to PostgreSQL databases through the DBI
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
USE_PGSQL= yes
|
|
|
|
.include <bsd.port.mk>
|