aboutsummaryrefslogtreecommitdiff
path: root/textproc/dtdparse
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-02-21 13:42:50 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-02-21 13:42:50 +0000
commit36d62f1f46f3f8232c0647915319bbafb27ae43b (patch)
tree112111988bdbecb40e3c3f4357a9b9e44e9f74f4 /textproc/dtdparse
parent4c2e4f186201b31c37dc6ace0bc178984cefa9fd (diff)
downloadports-36d62f1f46f3f8232c0647915319bbafb27ae43b.tar.gz
ports-36d62f1f46f3f8232c0647915319bbafb27ae43b.zip
Notes
Diffstat (limited to 'textproc/dtdparse')
-rw-r--r--textproc/dtdparse/Makefile1
-rw-r--r--textproc/dtdparse/pkg-comment1
2 files changed, 1 insertions, 1 deletions
diff --git a/textproc/dtdparse/Makefile b/textproc/dtdparse/Makefile
index 19cc58544579..05d7e6bb6f6c 100644
--- a/textproc/dtdparse/Makefile
+++ b/textproc/dtdparse/Makefile
@@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= dtdparse
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/}
MAINTAINER= fuyuki@hadaly.org
+COMMENT= Parse a DTD and produce an XML document that represents it
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/DelimMatch.pm:${PORTSDIR}/textproc/p5-DelimMatch \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM
diff --git a/textproc/dtdparse/pkg-comment b/textproc/dtdparse/pkg-comment
deleted file mode 100644
index 05fe23380a39..000000000000
--- a/textproc/dtdparse/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Parse a DTD and produce an XML document that represents it