diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-15 21:45:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-15 21:45:55 +0800 |
commit | 1ecab2d19e9284bfd9283ea6f15f75f60b6c6a58 (patch) | |
tree | 51e242ac89b9f5322b161b47d58e93588a32c1a6 /lang/pbasic | |
parent | da2ad5f236981f8a3f6c626107ef201e3967ea3c (diff) | |
download | freebsd-ports-gnome-1ecab2d19e9284bfd9283ea6f15f75f60b6c6a58.tar.gz freebsd-ports-gnome-1ecab2d19e9284bfd9283ea6f15f75f60b6c6a58.tar.zst freebsd-ports-gnome-1ecab2d19e9284bfd9283ea6f15f75f60b6c6a58.zip |
Deprecate unmaintained ports from lang where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
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 |