diff options
-rw-r--r-- | databases/ruby-postgres/Makefile | 4 | ||||
-rw-r--r-- | databases/rubygem-postgres/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/databases/ruby-postgres/Makefile b/databases/ruby-postgres/Makefile index 9a79f681bbbc..f0e286d757a6 100644 --- a/databases/ruby-postgres/Makefile +++ b/databases/ruby-postgres/Makefile @@ -17,6 +17,10 @@ DIST_SUBDIR= ruby MAINTAINER= dinoex@FreeBSD.org COMMENT= Ruby interface to PostgreSQL library +IGNORE= is replaced by ruby-pg +DEPRECATED= is replaced by ruby-pg +EXPIRATION_DATE= 2011-10-01 + USE_PGSQL= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile index 628d64851edb..85e776d62522 100644 --- a/databases/rubygem-postgres/Makefile +++ b/databases/rubygem-postgres/Makefile @@ -14,6 +14,10 @@ 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 |