2013-08-02 20:52:07 +02:00
|
|
|
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1997-06-18 21:41:01 +02:00
|
|
|
|
2001-04-21 13:43:12 +02:00
|
|
|
PORTNAME= DBD-Pg
|
2014-02-05 16:58:54 +01:00
|
|
|
PORTVERSION= 3.0.0
|
2001-04-21 13:43:12 +02:00
|
|
|
CATEGORIES= databases perl5
|
2008-03-31 22:15:44 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1997-06-18 21:41:01 +02:00
|
|
|
|
2004-10-12 17:51:19 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-18 12:54:56 +01:00
|
|
|
COMMENT= Provides access to PostgreSQL databases through the DBI
|
1997-06-18 21:41:01 +02:00
|
|
|
|
2011-10-07 13:22:46 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
2011-06-29 07:05:03 +02:00
|
|
|
LICENSE_COMB= dual
|
2011-03-29 08:54:39 +02:00
|
|
|
|
2014-02-05 16:58:54 +01:00
|
|
|
BUILD_DEPENDS= p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI
|
2012-08-22 07:03:08 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-03-02 19:18:58 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2012-03-16 04:49:28 +01:00
|
|
|
USE_PGSQL= yes
|
2003-07-10 06:39:34 +02:00
|
|
|
|
2012-12-17 10:38:59 +01:00
|
|
|
.include <bsd.port.mk>
|