From 9ecfb16fce4f5ae4b01c94362001b5a20ef9bd01 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 16 Feb 2004 07:29:41 +0000 Subject: [PATCH] BROKEN: Does not compile. This port will be removed after April 15 if it is still broken. --- databases/postgresql-plruby/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index 94a6843d633e..da7c0fa9d2d5 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -19,6 +19,9 @@ COMMENT= PL/Ruby procedural language for the PostgreSQL database system LIB_DEPENDS= pq.3:${PGSQL_PORTDIR} RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} +BROKEN= "Does not compile" +DEPRECATED= "Will be removed after April 15" + USE_RUBY= yes USE_RUBY_EXTCONF= yes