diff options
Diffstat (limited to 'java/linux-sun-jre15/Makefile')
-rw-r--r-- | java/linux-sun-jre15/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/java/linux-sun-jre15/Makefile b/java/linux-sun-jre15/Makefile index 7d2d9425ad87..0c81c2e15950 100644 --- a/java/linux-sun-jre15/Makefile +++ b/java/linux-sun-jre15/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Sun Linux JRE 1.5.x -# Date created: 5 October 2007 -# Whom: Jung-uk Kim <jkim@FreeBSD.org> -# +# Created by: Jung-uk Kim <jkim@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jre PORTVERSION= ${DL_JRE_VERSION:S/_/./g} @@ -16,6 +12,9 @@ EXTRACT_SUFX= .bin MAINTAINER= java@FreeBSD.org COMMENT= Sun Java Runtime Environment 1.5 for Linux +DEPRECATED= EOLed upstream since october 2009 +EXPIRATION_DATE= 2012-11-27 + EXTRACT_DEPENDS=${LINUX_BASE_PORT} RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper |