openbsd-ports/databases/p5-pgsql/Makefile

33 lines
665 B
Makefile
Raw Normal View History

2013-03-10 22:52:04 -04:00
# $OpenBSD: Makefile,v 1.15 2013/03/11 02:52:07 espie Exp $
2004-08-09 09:28:30 -04:00
SHARED_ONLY= Yes
COMMENT= access to PostgreSQL databases perl
VERSION= 1.9.0
DISTNAME= pgsql_perl5-${VERSION}
2010-09-24 11:23:05 -04:00
PKGNAME= p5-pgsql-${VERSION}
2012-08-23 10:54:31 -04:00
REVISION= 3
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pg/}
2010-10-18 13:06:05 -04:00
USE_GROFF = Yes
LIB_DEPENDS = databases/postgresql
MAINTAINER= Markus Friedl <markus@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 10:54:31 -04: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-10 22:52:04 -04:00
NO_TEST= Yes
.include <bsd.port.mk>