# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 135020 2015-04-13 12:07:08Z ryandesign@macports.org $ PortSystem 1.0 name xqilla version 2.3.0 revision 1 license Apache-2 categories textproc devel platforms darwin maintainers gmx.com:arjen description XQuery and XPath 2 library and command line utility long_description \ XQilla is an XQuery and XPath 2 library and command line utility \ written in C++, implemented on top of the Xerces-C library. homepage http://xqilla.sourceforge.net/HomePage master_sites sourceforge:project/xqilla/xqilla/${version} distname XQilla-${version} checksums rmd160 32886123cf910c7d031b526ea010336b465bc80a \ sha256 60e163cbbbe2900f999ee863bfa5a63d913b1d6e2ea17376302d565d2e9e1bc7 depends_lib \ port:xercesc3 \ port:tidy configure.cppflags -isystem${prefix}/include configure.args \ --with-xerces=${prefix} \ --with-tidy=${prefix}