freebsd-ports/java/eclipse-checkstyle/Makefile
John Marino 0d8b37dcfa eclipse plugins: Deprecate 25 for removal, ignore 1 to be updated
Removal scheduled 4 weeks into the future on April 18.

PR:		195985
Submitted by:	Jimmy Kelley (eclipse maintainer)
Reason:		by-product of upcoming eclipse upgrade
2015-03-21 09:54:46 +00:00

31 lines
852 B
Makefile

# Created by: gldisater@gldis.ca
# $FreeBSD$
PORTNAME= checkstyle
PORTVERSION= 3.4.1.0
PORTREVISION= 7
CATEGORIES= java devel
MASTER_SITES= SF/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/v3.4.1
PKGNAMEPREFIX= eclipse-
DISTNAME= com.atlassw.tools.eclipse.checkstyle_${PORTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Integrates the Checkstyle Java code auditor into Eclipse
BROKEN= plugin is obsolete or malfunctioning with latest eclipse
DEPRECATED= evaluation recommendation is to remove rather than update
EXPIRATION_DATE= 2015-04-18
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
USES= zip
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_JAVA= yes
JAVA_VERSION= 1.6+
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} com.atlassw.tools.eclipse.checkstyle_${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins
.include <bsd.port.mk>