23a08cb9bf
This port is still using old code, though -- any volunteers? [provides access to PostgreSQL databases through the DBI]
24 lines
543 B
Makefile
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>
|