# -*- 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 118824 2014-04-11 07:27:09Z ryandesign@macports.org $

PortSystem                      1.0
PortGroup                       pure 1.0

pure.setup                      xml 0.7
categories                      textproc
platforms                       darwin
maintainers                     ryandesign
license                         LGPL-3

description                     an interface to libxml2 and libxslt for Pure

long_description                ${name} is an interface to the libxml2 and \
                                libxslt libraries for Pure.

checksums                       rmd160  bdc802ca8c028d249f642811a4beea4a18afe34a \
                                sha256  e862dec060917a285bc3befc90f4eb70b6cc33136fb524ad3aa173714a35b0f7

depends_build-append            port:pkgconfig

depends_lib-append              port:libiconv \
                                port:libxml2 \
                                port:libxslt \
                                port:zlib
