33 lines
665 B
Makefile
Raw Normal View History

2013-03-11 02:52:04 +00:00
# $OpenBSD: Makefile,v 1.15 2013/03/11 02:52:07 espie Exp $
2004-08-09 13:28:30 +00:00
SHARED_ONLY= Yes
COMMENT= access to PostgreSQL databases perl
VERSION= 1.9.0
DISTNAME= pgsql_perl5-${VERSION}
2010-09-24 15:23:05 +00:00
PKGNAME= p5-pgsql-${VERSION}
2012-08-23 14:54:31 +00:00
REVISION= 3
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pg/}
2010-10-18 17:06:05 +00:00
USE_GROFF = Yes
LIB_DEPENDS = databases/postgresql
MAINTAINER= Markus Friedl <markus@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 14:54:31 +00:00
WANTLIB += c pq>=3
CONFIGURE_ENV+= POSTGRES_HOME="${LOCALBASE}" \
POSTGRES_LIB="${LOCALBASE}/lib" \
POSTGRES_INCLUDE="${LOCALBASE}/include/postgresql"
CONFIGURE_STYLE=perl
# needs a database properly set up
2013-03-11 02:52:04 +00:00
NO_TEST= Yes
.include <bsd.port.mk>