openbsd-ports/databases/p5-DBD-Pg/Makefile
marc cb73ca98dd comment out the BROKEN reason for all ports where the reason
was source files out of date and we have a copy of the required
version on ftp.openbsd.org
1998-10-18 05:01:58 +00:00

24 lines
537 B
Makefile

# $OpenBSD: Makefile,v 1.4 1998/10/18 05:02:04 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}"
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} /usr/bin/perl Makefile.PL
.include <bsd.port.mk>