1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/databases/p5-DBD-Pg/Makefile
Kurt Jaeger 457169d5c5 databases/p5-DBD-Pg: 3.3.0 -> 3.4.0
http://cpansearch.perl.org/src/TURNSTEP/DBD-Pg-3.4.0/Changes
- Cleanup and improve table_info()
- Make sure column_info() and table_info() can handle materialized views.
2014-08-17 19:23:36 +00:00

25 lines
488 B
Makefile

# $FreeBSD$
PORTNAME= DBD-Pg
PORTVERSION= 3.4.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= pgsql perl5
USE_PERL5= configure
post-stage:
${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/DBD/Pg/Pg.so
.include <bsd.port.mk>