diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-14 15:39:57 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-14 15:39:57 +0000 |
commit | 7045030009ee59cfe75c17ba591c3798c3478b68 (patch) | |
tree | fae14ae12ce51cfd6609af935c4e4b6f9b073e5b | |
parent | Take maintainership. (diff) |
- Mark as DEPRECATED, the project has been abandoned
- Set EXPIRATION_DATE to 2013-02-01
- Set tcltk@ as the maintainer, to ease synchronized removal
Approved by: jwbacon@tds.net (former maintainer)
Notes
Notes:
svn path=/head/; revision=308909
-rw-r--r-- | math/lensnns/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/lensnns/Makefile b/math/lensnns/Makefile index 01c5ab8a26ff..0b1ef0a911c3 100644 --- a/math/lensnns/Makefile +++ b/math/lensnns/Makefile @@ -13,9 +13,12 @@ MASTER_SITES= http://tedlab.mit.edu/~dr/Lens/Dist/ \ http://www.neuro.mcw.edu/Ports/distfiles/ DISTNAME= lens -MAINTAINER= jwbacon@tds.net +MAINTAINER= tcltk@FreeBSD.org COMMENT= Light Efficient Neural Network Simulator +DEPRECATED= Project has been abandoned +EXPIRATION_DATE=2013-02-01 + LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 \ tk83.1:${PORTSDIR}/x11-toolkits/tk83 RUN_DEPENDS= runsomebrowser:${PORTSDIR}/www/runsomebrowser |