diff options
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}/ |