93c9d246c6
should return 0 tuples. It was always returning an array that indicates it has 1 tuple. Submitted by: Birch Zimmer <birch at naturalpoint dot com> Approved by: ade (mentor)
28 lines
617 B
Makefile
28 lines
617 B
Makefile
# New ports collection makefile for: p5-Pg
|
|
# Date created: October 19th 1996
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Pg
|
|
PORTVERSION= 2.1.1
|
|
PORTREVISION= 2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ftp://gborg.postgresql.org/pub/pgperl/stable/
|
|
PKGNAMEPREFIX= p5-
|
|
DIST_SUBDIR= postgresql
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
COMMENT= An interface for using perl5 to access PostgreSQL databases
|
|
|
|
USE_PGSQL= yes
|
|
USE_PERL5= yes
|
|
|
|
MAN3= Pg.3
|
|
|
|
PERL_CONFIGURE= YES
|
|
CONFIGURE_ENV= POSTGRES_INCLUDE=${LOCALBASE}/include POSTGRES_LIB=${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|