diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 01:22:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 01:22:46 +0000 |
commit | f816205962996d8ea6ca666bbaa96c2d0357a232 (patch) | |
tree | f395c48f4c8d702b51555494fa25da7eebd26d9a /databases/postgresql-plruby | |
parent | 16dc9f83c86aa1e4e6fd1c7da4d12d3ce8e32f7c (diff) | |
download | ports-f816205962996d8ea6ca666bbaa96c2d0357a232.tar.gz ports-f816205962996d8ea6ca666bbaa96c2d0357a232.zip |
Notes
Diffstat (limited to 'databases/postgresql-plruby')
-rw-r--r-- | databases/postgresql-plruby/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index da7c0fa9d2d5..2d34cf01920a 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= pq.3:${PGSQL_PORTDIR} RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} BROKEN= "Does not compile" -DEPRECATED= "Will be removed after April 15" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2004-04-15 USE_RUBY= yes USE_RUBY_EXTCONF= yes |