diff options
author | nork <nork@FreeBSD.org> | 2004-07-25 08:02:46 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-07-25 08:02:46 +0000 |
commit | 6b5058d7de1efd1088ce33fe04c1505b20a6d22c (patch) | |
tree | 83ab464fef9fee8ca13897fa9e068dd82806d0c8 /java | |
parent | a4f72cf91be0298e97aac0ee3e46206ad733ab5b (diff) | |
download | FreeBSD-ports-6b5058d7de1efd1088ce33fe04c1505b20a6d22c.zip FreeBSD-ports-6b5058d7de1efd1088ce33fe04c1505b20a6d22c.tar.gz |
Mark BROKEN, and change MAINTAINER to java@.
Suggested by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
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 700e728..6bba5ce 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 |