openbsd-ports/databases/p5-DBD-Pg/Makefile
marc 23a08cb9bf configure fix from op21@squish.org
This port is still using old code, though -- any volunteers?
[provides access to PostgreSQL databases through the DBI]
1999-02-25 21:10:22 +00:00

24 lines
543 B
Makefile

# $OpenBSD: Makefile,v 1.5 1999/02/25 21:10:22 marc Exp $
#
DISTNAME= DBD-Pg-0.69
PKGNAME= p5-DBD-Pg-0.69
CATEGORIES= databases perl5
#BROKEN= "newer version available"
MAINTAINER= jfitz@FreeBSD.ORG
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
BUILD_DEPENDS= /usr/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/databases/p5-DBI \
pq.1.:${PORTSDIR}/databases/postgresql
CONFIGURE_ENV+= "POSTGRES_HOME=${PREFIX}/pgsql"
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} /usr/bin/perl Makefile.PL
.include <bsd.port.mk>