aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Pg/Makefile
blob: b4f5b82c68a322cefd8774e2bbdc2be73757e840 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	Pg
PORTVERSION=	2.1.1
PORTREVISION=	6
PORTEPOCH=	1
CATEGORIES=	databases perl5
MASTER_SITES=	PGSQL/projects/gborg/pgperl/stable
PKGNAMEPREFIX=	p5-
DIST_SUBDIR=	postgresql

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Interface for using perl5 to access PostgreSQL databases
WWW=		https://www.postgresql.org/

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5 pgsql
USE_PERL5=	configure

CONFIGURE_ENV=	POSTGRES_INCLUDE=${LOCALBASE}/include POSTGRES_LIB=${LOCALBASE}/lib

.include <bsd.port.mk>