summaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2003-02-26 07:24:43 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2003-02-26 07:24:43 +0000
commitb8e461a21151af905da052bd68513de105779ef0 (patch)
treec56f5819db5028f9648ed361b6ea5559810fb614 /java/Makefile
parentDe-pkg-comment (diff)
New port xdoclet (xdoclet-1.2b2):
XDoclet is a Java code generation engine. It enables Attribute-Oriented Programming for java. In short, this means that you can add more significance to your code by adding meta data (attributes) to your java sources. This is done in special JavaDoc tags.
Notes
Notes: svn path=/head/; revision=76481
Diffstat (limited to 'java/Makefile')
-rw-r--r--java/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile
index e0945bb98d8f..a8787e47ff91 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -70,5 +70,6 @@
SUBDIR += shujit
SUBDIR += tya
SUBDIR += xalan-j
+ SUBDIR += xdoclet
.include <bsd.port.subdir.mk>