- Set postgresql version 9.0 as default

- Add facility to set minimum/maximum version ranges in WANT_PGSQL_VER
- Remove BROKEN_WITH_PGSQL shim

PR:		ports/165245
Submitted by:	crees (me)
Reviewed by:	exp-runs by pav and erwin
Discussed with:	girgen
This commit is contained in:
Chris Rees
2012-03-06 07:31:51 +00:00
parent dc9163dbcb
commit 6a01694df5
4 changed files with 70 additions and 40 deletions

View File

@@ -21,11 +21,9 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= knu@FreeBSD.org
COMMENT= PL/Ruby procedural language for the PostgreSQL database system
BUILD_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT}
RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT}
USE_BZIP2= yes
USE_PGSQL= yes
USE_PGSQL= server
WANT_PGSQL_VER= 84-
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
USE_RUBY_RDOC= yes