freebsd-ports/databases/p5-Pg/Makefile

22 lines
490 B
Makefile
Raw Normal View History

# Created by: James FitzGibbon <jfitz@FreeBSD.org>
1999-08-25 07:28:01 +02:00
# $FreeBSD$
PORTNAME= Pg
PORTVERSION= 2.1.1
PORTREVISION= 4
PORTEPOCH= 1
1997-04-20 15:53:29 +02:00
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
USES= perl5 pgsql
USE_PERL5= configure
CONFIGURE_ENV= POSTGRES_INCLUDE=${LOCALBASE}/include POSTGRES_LIB=${LOCALBASE}/lib
.include <bsd.port.mk>