diff options
author | Steve Wills <swills@FreeBSD.org> | 2016-12-28 13:08:39 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2016-12-28 13:08:39 +0000 |
commit | 57dd73ef4181a3daffea758d2dc87f8b2a0f9637 (patch) | |
tree | 523474f89254e79146644a6e2ad2925d5c8d4a87 /textproc/ruby-htmlsplit | |
parent | ruby-htmlrepair: deprecate (diff) |
ruby-htmlsplit: deprecate
Diffstat (limited to 'textproc/ruby-htmlsplit')
-rw-r--r-- | textproc/ruby-htmlsplit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/ruby-htmlsplit/Makefile b/textproc/ruby-htmlsplit/Makefile index a7202e011309..c3df887308b5 100644 --- a/textproc/ruby-htmlsplit/Makefile +++ b/textproc/ruby-htmlsplit/Makefile @@ -19,6 +19,9 @@ NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= %%RUBY_SITELIBDIR%%/htmlsplit.rb +DEPRECATED= Upstream no longer exists +EXPIRATION_DATE= 2017-01-28 + do-install: ${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}/ ${INSTALL_DATA} ${WRKSRC}/htmlsplit.rb ${STAGEDIR}${RUBY_SITELIBDIR}/ |