mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
3060ea2bf9
- Add LICENSE Changes: https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc
24 lines
513 B
Makefile
24 lines
513 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pg
|
|
PORTVERSION= 0.17.1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby interface to PostgreSQL library
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \
|
|
--with-pgsql-lib-dir=`${PG_CONFIG} --libdir`
|
|
PG_CONFIG= ${LOCALBASE}/bin/pg_config
|
|
USE_PGSQL= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|