aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-postgres/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2011-10-10 04:40:31 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2011-10-10 04:40:31 +0000
commita802fbb043c1b250410423012e4c897f51773bbf (patch)
tree159aa99a1b2fd8dee0fabbef0e0f10876fbaee56 /databases/rubygem-postgres/Makefile
parentc6460cea5a96d33ab932a3ad6a0808b850192c88 (diff)
downloadports-a802fbb043c1b250410423012e4c897f51773bbf.tar.gz
ports-a802fbb043c1b250410423012e4c897f51773bbf.zip
Notes
Diffstat (limited to 'databases/rubygem-postgres/Makefile')
-rw-r--r--databases/rubygem-postgres/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile
deleted file mode 100644
index 85e776d62522..000000000000
--- a/databases/rubygem-postgres/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: ruby-postgres
-# Date created: 19 April 1999
-# Whom: Yasuhiro Fukuma <yasuf@big.or.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= postgres
-PORTVERSION= 0.7.9.2008.01.28
-PORTREVISION= 1
-CATEGORIES= databases rubygems
-MASTER_SITES= RG
-
-MAINTAINER= dinoex@FreeBSD.org
-COMMENT= Ruby interface to PostgreSQL library
-
-IGNORE= is replaced by rubygem-pg
-DEPRECATED= is replaced by rubygem-pg
-EXPIRATION_DATE= 2011-10-01
-
-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.pre.mk>
-
-.if ${RUBY_VER} == "1.9"
-BROKEN= does not compile with ruby 1.9, please use rubygem-pg
-.endif
-
-.include <bsd.port.post.mk>