diff options
author | kris <kris@FreeBSD.org> | 2004-02-16 07:29:41 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-16 07:29:41 +0000 |
commit | dd54c0feaff3bec2e50169b12664dd1cfe3d65f5 (patch) | |
tree | 2b7e71b85745cd49b109afc13825baa4f7ee026d /databases/postgresql-plruby | |
parent | b731a5189b7fbfde79399e45c353552c8f174fb3 (diff) | |
download | FreeBSD-ports-dd54c0feaff3bec2e50169b12664dd1cfe3d65f5.zip FreeBSD-ports-dd54c0feaff3bec2e50169b12664dd1cfe3d65f5.tar.gz |
BROKEN: Does not compile. This port will be removed after April 15 if it
is still broken.
Diffstat (limited to 'databases/postgresql-plruby')
-rw-r--r-- | databases/postgresql-plruby/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index 94a6843..da7c0fa 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 |