diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-10-03 04:42:43 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-10-03 04:42:43 +0800 |
commit | 46dbc305f93bbc21892c2f22cdf03d8c47799cba (patch) | |
tree | e447db4b28deea8e2d7188dce655ff764c7d4213 /devel | |
parent | 0f1e922512ac5a169c1cddf546b1f65c5d804628 (diff) | |
download | freebsd-ports-gnome-46dbc305f93bbc21892c2f22cdf03d8c47799cba.tar.gz freebsd-ports-gnome-46dbc305f93bbc21892c2f22cdf03d8c47799cba.tar.zst freebsd-ports-gnome-46dbc305f93bbc21892c2f22cdf03d8c47799cba.zip |
Mark DEPRECATED with an expiration time of 3 months. The project site claims
that it's no longer under active maintenance an that the code base has been
superseded by a different project.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bunny/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/bunny/Makefile b/devel/bunny/Makefile index daee2b7b40de..142a0708b2d8 100644 --- a/devel/bunny/Makefile +++ b/devel/bunny/Makefile @@ -15,6 +15,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Superseded by a different project +EXPIRATION_DATE=2017-01-22 USES= ssl tar:tgz LDFLAGS+= -L${OPENSSLLIB} |