diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-15 15:10:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-15 15:10:43 +0000 |
commit | fb78cad8b0d3902bc48365f4fa3c4030a46b7ef8 (patch) | |
tree | 78ef104ce7ce5aebffdb12b6044f2d1cd72feddd /java/gnu-regexp/Makefile | |
parent | update MASTER_SITES (diff) |
Deprecate unmaintained ports from java where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Diffstat (limited to 'java/gnu-regexp/Makefile')
-rw-r--r-- | java/gnu-regexp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/gnu-regexp/Makefile b/java/gnu-regexp/Makefile index 00d76fc7d093..32eb411ca618 100644 --- a/java/gnu-regexp/Makefile +++ b/java/gnu-regexp/Makefile @@ -15,6 +15,9 @@ DISTNAME= gnu.regexp-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A regexp library for Java +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + USE_JAVA= yes NO_BUILD= yes |