diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-16 21:55:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-16 21:55:41 +0800 |
commit | b4c3f4a3ebc6a8b4fd3bf85e46bf53b22eefc269 (patch) | |
tree | 0f6520d1f32ca344cd79ad086899422c0500a1b3 /devel/mkcmd | |
parent | cf12f2cc98def4fe08c0476c99263c54a05f07dd (diff) | |
download | freebsd-ports-gnome-b4c3f4a3ebc6a8b4fd3bf85e46bf53b22eefc269.tar.gz freebsd-ports-gnome-b4c3f4a3ebc6a8b4fd3bf85e46bf53b22eefc269.tar.zst freebsd-ports-gnome-b4c3f4a3ebc6a8b4fd3bf85e46bf53b22eefc269.zip |
Deprecate unmaintained ports from devel where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Diffstat (limited to 'devel/mkcmd')
-rw-r--r-- | devel/mkcmd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/mkcmd/Makefile b/devel/mkcmd/Makefile index c25603f52813..7863800887c8 100644 --- a/devel/mkcmd/Makefile +++ b/devel/mkcmd/Makefile @@ -15,6 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Command-line parser and manual page generator +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + BUILD_DEPENDS= makeme:${PORTSDIR}/devel/msrc0 MAKE_FLAGS= |