diff options
author | swills <swills@FreeBSD.org> | 2016-12-28 21:07:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-12-28 21:07:57 +0800 |
commit | 5301fb449c68799fe1218fe3bcf9819fdb8850db (patch) | |
tree | 5e1ea28b8ad31cab073d9e8b420eecdcb3906314 /textproc | |
parent | 852ada40f83ebcfa6ed94b0d900ecca84428a0be (diff) | |
download | freebsd-ports-gnome-5301fb449c68799fe1218fe3bcf9819fdb8850db.tar.gz freebsd-ports-gnome-5301fb449c68799fe1218fe3bcf9819fdb8850db.tar.zst freebsd-ports-gnome-5301fb449c68799fe1218fe3bcf9819fdb8850db.zip |
ruby-htmlrepair: deprecate
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-htmlrepair/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/ruby-htmlrepair/Makefile b/textproc/ruby-htmlrepair/Makefile index 8ba465e6fe67..d58115a9351c 100644 --- a/textproc/ruby-htmlrepair/Makefile +++ b/textproc/ruby-htmlrepair/Makefile @@ -21,6 +21,9 @@ USE_RUBY= yes NO_BUILD= yes NO_WRKSUBDIR= yes +DEPRECATED= Upstream no longer exists +EXPIRATION_DATE= 2017-01-28 + do-install: ${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR} ${INSTALL_DATA} ${WRKSRC}/htmlrepair.rb ${STAGEDIR}${RUBY_SITELIBDIR}/ |