diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-15 13:45:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-15 13:45:55 +0000 |
commit | 1c857e862ba87c8fa71e693a3c51ec3bac3a1541 (patch) | |
tree | f901343f8b008218659a505b6d6b5d70247cd030 /lang/pbasic | |
parent | 13ae6f2ae6858d5245f5bcc60198e7c6631647fd (diff) | |
download | ports-1c857e862ba87c8fa71e693a3c51ec3bac3a1541.tar.gz ports-1c857e862ba87c8fa71e693a3c51ec3bac3a1541.zip |
Deprecate unmaintained ports from lang where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Notes
Notes:
svn path=/head/; revision=270937
Diffstat (limited to 'lang/pbasic')
-rw-r--r-- | lang/pbasic/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/pbasic/Makefile b/lang/pbasic/Makefile index 55337924f976..6ffa7eb95922 100644 --- a/lang/pbasic/Makefile +++ b/lang/pbasic/Makefile @@ -17,6 +17,9 @@ COMMENT= Phil Cockroft's Basic Interpreter (previously Rabbit Basic) # Ask jhs@freebsd.org if you want newer sources or author's latest e-mail # (which is currently "phil@gmrs.isar.de" but changes a lot) +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + ALL_TARGET= freebsd MAKEFILE= makefile MAN1= pbasic.1 |