diff options
author | swills <swills@FreeBSD.org> | 2016-12-28 21:18:55 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-12-28 21:18:55 +0800 |
commit | 9d0b3ea7016f446b56b07aaa9d67245f187cec8e (patch) | |
tree | 2063a52569f9102c2970c77e0e53f52ec85321e7 /textproc | |
parent | 9e35aaa92a21b26baed90247cab68c18905490c5 (diff) | |
download | freebsd-ports-gnome-9d0b3ea7016f446b56b07aaa9d67245f187cec8e.tar.gz freebsd-ports-gnome-9d0b3ea7016f446b56b07aaa9d67245f187cec8e.tar.zst freebsd-ports-gnome-9d0b3ea7016f446b56b07aaa9d67245f187cec8e.zip |
textproc/ruby-xmlscan: deprecate
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-xmlscan/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/ruby-xmlscan/Makefile b/textproc/ruby-xmlscan/Makefile index 62bfd745b13f..2673a0f40870 100644 --- a/textproc/ruby-xmlscan/Makefile +++ b/textproc/ruby-xmlscan/Makefile @@ -29,6 +29,9 @@ DOCS_JA= doc/ja/* OPTIONS_DEFINE= DOCS +DEPRECATED= Upstream no longer active +EXPIRATION_DATE= 2017-01-28 + do-install: ${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR} ${CP} -R ${WRKSRC}/lib/xmlscan ${STAGEDIR}${RUBY_SITELIBDIR}/ |