diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 19:21:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 19:21:36 +0000 |
commit | cb07270bfe4b330033ca50711c0cf542623c4ad1 (patch) | |
tree | ee07ead2de09ca12c5066f1934dd8381702cc6e0 /textproc/xslint/Makefile | |
parent | 9c26067c12c747b733fa8f8539446975566ff6bf (diff) |
Notes
Diffstat (limited to 'textproc/xslint/Makefile')
-rw-r--r-- | textproc/xslint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xslint/Makefile b/textproc/xslint/Makefile index 8b4ab25b99d9..354d34249cb3 100644 --- a/textproc/xslint/Makefile +++ b/textproc/xslint/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://nwalsh.com/xsl/xslint/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org +COMMENT= XSL(T) stylesheet checker RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM |