1996-10-24 01:59:20 +02:00
|
|
|
# New ports collection makefile for: p5-Pg
|
|
|
|
# Date created: October 19th 1996
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1996-10-24 01:59:20 +02:00
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= Pg
|
2004-08-10 21:44:02 +02:00
|
|
|
PORTVERSION= 2.1.1
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 3
|
2003-01-05 01:20:45 +01:00
|
|
|
PORTEPOCH= 1
|
1997-04-20 15:53:29 +02:00
|
|
|
CATEGORIES= databases perl5
|
2005-07-21 21:48:20 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
|
|
|
MASTER_SITE_SUBDIR= projects/gborg/pgperl/stable
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2003-01-05 01:20:45 +01:00
|
|
|
DIST_SUBDIR= postgresql
|
1996-10-24 01:59:20 +02:00
|
|
|
|
2012-01-19 22:13:31 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 12:15:57 +01:00
|
|
|
COMMENT= An interface for using perl5 to access PostgreSQL databases
|
2002-02-19 09:25:15 +01:00
|
|
|
|
2005-01-31 01:35:55 +01:00
|
|
|
USE_PGSQL= yes
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2002-02-19 09:25:15 +01:00
|
|
|
|
1997-04-20 23:26:49 +02:00
|
|
|
MAN3= Pg.3
|
|
|
|
|
2003-01-05 01:20:45 +01:00
|
|
|
CONFIGURE_ENV= POSTGRES_INCLUDE=${LOCALBASE}/include POSTGRES_LIB=${LOCALBASE}/lib
|
2002-02-19 09:25:15 +01:00
|
|
|
|
1996-10-24 01:59:20 +02:00
|
|
|
.include <bsd.port.mk>
|