diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-05-18 16:13:56 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-05-18 16:13:56 +0800 |
commit | 8af01110e9203e826cf0ceb4f5d0eeee14a35449 (patch) | |
tree | f0dcc92254c466331a6e97436fa192af9956189d /textproc | |
parent | 47d49252749da603012130493c8b79012f896c7a (diff) | |
download | freebsd-ports-gnome-8af01110e9203e826cf0ceb4f5d0eeee14a35449.tar.gz freebsd-ports-gnome-8af01110e9203e826cf0ceb4f5d0eeee14a35449.tar.zst freebsd-ports-gnome-8af01110e9203e826cf0ceb4f5d0eeee14a35449.zip |
- set DEPRECATED, EXPIRATION_DATE
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/eruby/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile index dbefc9bfa2f7..8c8a47e45997 100644 --- a/textproc/eruby/Makefile +++ b/textproc/eruby/Makefile @@ -13,6 +13,8 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Interprets Ruby code embedded in a text file like PHP/ePerl/ASP/JSP BROKEN= broken with ruby1.9 threads +DEPRECATED= Only for threadless ruby, use ruby-gem erubis instead +EXPIRATION_DATE= 2014-06-20 USE_RUBY= yes |