diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-16 07:51:41 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-16 07:51:41 +0800 |
commit | b5602a9d9bd8b6adc25f06faa0d66461c2d2c6bb (patch) | |
tree | 92dce4f0eacf52a9aa2933c9dddb1f00c4e95594 /www | |
parent | c7179cecc597f8f8468b1c2e14b0ddf477b32ff2 (diff) | |
download | freebsd-ports-gnome-b5602a9d9bd8b6adc25f06faa0d66461c2d2c6bb.tar.gz freebsd-ports-gnome-b5602a9d9bd8b6adc25f06faa0d66461c2d2c6bb.tar.zst freebsd-ports-gnome-b5602a9d9bd8b6adc25f06faa0d66461c2d2c6bb.zip |
Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-puma2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/rubygem-puma2/Makefile b/www/rubygem-puma2/Makefile index a96c7b5ff7d0..7539f918482c 100644 --- a/www/rubygem-puma2/Makefile +++ b/www/rubygem-puma2/Makefile @@ -13,6 +13,9 @@ COMMENT= Fast, multithreaded and highly concurrent ruby web server LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Use www/rubygem-puma instead +EXPIRATION_DATE=2018-01-31 + PORTSCOUT= limit:^2\. USE_RUBY= yes |