diff options
author | jwise <jwise> | 2001-09-28 23:37:09 +0000 |
---|---|---|
committer | jwise <jwise> | 2001-09-28 23:37:09 +0000 |
commit | f809fdaae712cb494026bf8c888505e5e8540900 (patch) | |
tree | 91e7e283ce76548621f7891cc1a8840ebb6537f9 /textproc/tcl-expat/Makefile | |
parent | bfdad72411891911eab8c44c1983db58686f8fa3 (diff) | |
download | pkgsrc-f809fdaae712cb494026bf8c888505e5e8540900.tar.gz |
Initial import of tcl-expat, a drop-in replacement for tcl-xml (OK, OK, actually
it came first) which uses the expat library for speedy and precise xml parsing.
Diffstat (limited to 'textproc/tcl-expat/Makefile')
-rw-r--r-- | textproc/tcl-expat/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/tcl-expat/Makefile b/textproc/tcl-expat/Makefile new file mode 100644 index 00000000000..cc8fd54182c --- /dev/null +++ b/textproc/tcl-expat/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/09/28 23:37:09 jwise Exp $ +# + +DISTNAME= TclExpat-1.1 +PKGNAME= tcl-expat-1.1 +CATEGORIES= textproc www tcl +MASTER_SITES= http://www.zveno.com/in-tclxml/ + +MAINTAINER= jwise@netbsd.org +HOMEPAGE= http://www.zveno.com/zm.cgi/in-tclxml/ +COMMENT= XML parser implemented entirely in Tcl + +DEPENDS+= tcl>=8.3.2:../../lang/tcl +DEPENDS+= expat-[0-9]*:../../textproc/expat + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcl/TclExpat + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tcl/TclExpat + +.include "../../mk/bsd.pkg.mk" |