diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-pmd/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/java/eclipse-pmd/Makefile b/java/eclipse-pmd/Makefile index 700e728b8e1a..6bba5cec8744 100644 --- a/java/eclipse-pmd/Makefile +++ b/java/eclipse-pmd/Makefile @@ -5,17 +5,20 @@ # $FreeBSD$ # -PORTNAME= eclipse-pmd +PORTNAME= pmd PORTVERSION= 1.1.2 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pmd +PKGNAMEPREFIX= eclipse- DISTNAME= pmd-eclipse-bin-${PORTVERSION} DIST_SUBDIR= eclipse -MAINTAINER= ports@FreeBSD.org +MAINTAINER= java@FreeBSD.org COMMENT= Scan Java source code and look for potential problems +BROKEN= It is too hard to adopt Eclipse 3.0. + NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes |