freebsd-ports/databases/rubygem-pg/Makefile
Martin Wilke 16fff2cdf6 rubygem-pg provides the module "pg", a Ruby interface to the
PostgreSQL Relational Database Management System, which
supersedes the old "postgres" module.

WWW: http://rubyforge.org/projects/ruby-pg/

PR:		ports/131270
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-02-08 21:43:08 +00:00

25 lines
565 B
Makefile

# New ports collection makefile for: pg
# Date created: 28 Jan 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pg
PORTVERSION= 0.7.9.2008.10.13
CATEGORIES= databases rubygems
MASTER_SITES= RF
MASTER_SITE_SUBDIR= ruby-pg
MAINTAINER= wenheping@gmail.com
COMMENT= Ruby interface to PostgreSQL library
USE_PGSQL= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
PG_CONFIG= ${LOCALBASE}/bin/pg_config
CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \
--with-pgsql-lib-dir=`${PG_CONFIG} --libdir`
.include <bsd.port.mk>