diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 07:29:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 07:29:41 +0000 |
commit | 9ecfb16fce4f5ae4b01c94362001b5a20ef9bd01 (patch) | |
tree | 76d32329477e4e158af4219fd0f40f06cbb70552 /databases/postgresql-plruby | |
parent | 495b99896a53f98eebfc4104aa4a826472d7d4ac (diff) |
BROKEN: Does not compile. This port will be removed after April 15 if it
is still broken.
Notes
Notes:
svn path=/head/; revision=101013
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 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 |