# -*- 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 78212 2011-04-28 16:22:58Z ryandesign@macports.org $

PortSystem                      1.0
PortGroup                       pure 1.0

pure.setup                      xml 0.6
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                       sha1    f36889c25dfbb381a0daed4a13bcbc4906db4779 \
                                rmd160  2990e0fbf38ceaf7929f624575e63dc7293ce04a

depends_lib-append              path:lib/pkgconfig/libxml-2.0.pc:libxml2 \
                                path:lib/pkgconfig/libxslt.pc:libxslt
