diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-21 21:26:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-21 21:26:21 +0000 |
commit | afa0241964b29e073016146682fd3ca1a9c03ae0 (patch) | |
tree | 12f4e165773cbd8205d8e05a5533a1e374ccb491 /net | |
parent | 171c0686ce78eb6f3efeec5f79f6a21ece277bcc (diff) | |
download | freebsd-ports-afa0241964b29e073016146682fd3ca1a9c03ae0.zip |
- Mark DEPRECATED and set EXPIRATION_DATE to 2015-06-30
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-bunny060/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/rubygem-bunny060/Makefile b/net/rubygem-bunny060/Makefile index 8ba2c2ca784b..1acab8f298ae 100644 --- a/net/rubygem-bunny060/Makefile +++ b/net/rubygem-bunny060/Makefile @@ -11,6 +11,9 @@ COMMENT= Another synchronous Ruby AMQP client RUN_DEPENDS= rubygem-amq-protocol>=1.6.0:${PORTSDIR}/net/rubygem-amq-protocol +DEPRECATED= Use net/rubygem-bunny instead +EXPIRATION_DATE=2015-06-30 + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |