2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Lubomir Marinov <lubomir_m@abv.bg>
|
2004-08-10 14:36:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DBD-PgPP
|
2010-01-10 01:31:22 +01:00
|
|
|
PORTVERSION= 0.08
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2004-08-10 14:36:56 +02:00
|
|
|
CATEGORIES= databases perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-08-10 14:36:56 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-09-01 10:25:30 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-08-10 14:36:56 +02:00
|
|
|
COMMENT= Pure Perl PostgreSQL driver for the DBI
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS+= p5-DBI>=0:databases/p5-DBI
|
|
|
|
RUN_DEPENDS+= p5-DBI>=0:databases/p5-DBI
|
2007-06-16 02:35:27 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2004-08-10 14:36:56 +02:00
|
|
|
|
2007-06-16 02:35:27 +02:00
|
|
|
.include <bsd.port.mk>
|