diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-21 09:54:46 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-21 09:54:46 +0000 |
commit | 0d8b37dcfa4394de27943aac9817ca275ca1701d (patch) | |
tree | e782376895e6fa7c76f2978302fd3eea41d5e911 /java/eclipse-hibernatetools | |
parent | 9a235821faabf094545d7c84e56331205da15a28 (diff) | |
download | ports-0d8b37dcfa4394de27943aac9817ca275ca1701d.tar.gz ports-0d8b37dcfa4394de27943aac9817ca275ca1701d.zip |
Notes
Diffstat (limited to 'java/eclipse-hibernatetools')
-rw-r--r-- | java/eclipse-hibernatetools/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/eclipse-hibernatetools/Makefile b/java/eclipse-hibernatetools/Makefile index 1c1808a51abf..86cb4ae31c0b 100644 --- a/java/eclipse-hibernatetools/Makefile +++ b/java/eclipse-hibernatetools/Makefile @@ -16,6 +16,10 @@ COMMENT= Hibernate3 Tools for the Eclipse IDE LICENSE= EPL LGPL3 LICENSE_COMB= multi +BROKEN= plugin is obsolete or malfunctioning with latest eclipse +DEPRECATED= evaluation recommendation is to remove rather than update +EXPIRATION_DATE= 2015-04-18 + ## XXX - Notify the maintainer if the dependencies on either ## java/eclipse-gef of java/eclipse-webtools change RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ |