mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
0dc1056f00
DoctorJ is a set of applications that analyze Java code. Documentation is verified for compliance with the standard and for accuracy against the code, beyond what javadoc does. Statistics for a file or project can be generated, including the number of lines of code per class and method, and the overall total. A syntax analyzer is in development PR: 51042 Approved by: roberto(mentor)
23 lines
485 B
Makefile
23 lines
485 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: doctorj
|
|
# Date created: Wed Apr 16, 2003
|
|
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= doctorj
|
|
PORTVERSION= 4.0.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= mich@freebsdcluster.org
|
|
COMMENT= A tool for analyzing Java code and documentation
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= doctorj.1
|
|
|
|
.include <bsd.port.mk>
|