summaryrefslogtreecommitdiff
path: root/databases/rubygem-pg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-pg/Makefile')
-rw-r--r--databases/rubygem-pg/Makefile28
1 files changed, 14 insertions, 14 deletions
diff --git a/databases/rubygem-pg/Makefile b/databases/rubygem-pg/Makefile
index fe18828ae614..05eb9a4b0cd4 100644
--- a/databases/rubygem-pg/Makefile
+++ b/databases/rubygem-pg/Makefile
@@ -1,23 +1,23 @@
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
-PORTNAME= pg
-PORTVERSION= 0.15.1
-CATEGORIES= databases rubygems
-MASTER_SITES= RG
+PORTNAME= pg
+PORTVERSION= 0.17.1
+CATEGORIES= databases rubygems
+MASTER_SITES= RG
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Ruby interface to PostgreSQL library
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby interface to PostgreSQL library
-RUN_DEPENDS= rubygem-rake-compiler>=0.7:${PORTSDIR}/devel/rubygem-rake-compiler
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
-USE_PGSQL= yes
-USE_RUBY= yes
-USE_RUBYGEMS= yes
+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
-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>