diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-11-12 22:07:35 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-11-12 22:07:35 +0000 |
commit | 9b9dd5d8491b703f0fb50a5f48902367398babbe (patch) | |
tree | 9d053447f2f0dc5390cedd6917dca28974309b06 /lang/forth | |
parent | c0138bba1fa1079398c4747f4f9c01e1c0f69de7 (diff) | |
download | ports-9b9dd5d8491b703f0fb50a5f48902367398babbe.tar.gz ports-9b9dd5d8491b703f0fb50a5f48902367398babbe.zip |
Depreciate.
PR: 105452
Submitted by: Andrew Pogrebennyk (maintainer)
Notes
Notes:
svn path=/head/; revision=177140
Diffstat (limited to 'lang/forth')
-rw-r--r-- | lang/forth/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/forth/Makefile b/lang/forth/Makefile index 855101ed5009..d98a8cf53a8d 100644 --- a/lang/forth/Makefile +++ b/lang/forth/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= andrew.nau.ua@gmail.com COMMENT= Implementation of ANSI Forth +DEPRECATED= obsoleted by lang/pfe; use of this port is pretty much senseless +EXPIRATION_DATE= 2006-12-14 + WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_BZIP2= yes |