pkgsrc-wip/tcl-tDOM/Makefile
PHO / phonohawk 7fe3f5cb95 Import tDOM-0.8.2 as wip/tcl-tDOM.
tDOM combines high performance XML data processing with easy and
powerful Tcl scripting functionality. tDOM should be one of the
fastest ways to manipulate XML with a scripting language and uses very
little memory in the process (for example the DOM tree of the XML
recommendation in XML (160K) needs only about 450K in memory)! The
tDOM project was started by Jochen Loewer. It is currently maintained
by Rolf Ade.
2010-03-24 08:46:31 +00:00

20 lines
449 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/03/24 08:46:31 phonohawk Exp $
#
DISTNAME= tDOM-0.8.2
CATEGORIES= textproc
MASTER_SITES= http://www.tdom.org/files/
EXTRACT_SUFX= .tgz
MAINTAINER= pho@cielonegro.org
HOMEPAGE= http://www.tdom.org/
COMMENT= High performance XML data processing for Tcl
LICENSE= mpl-1.1
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"