# -*- 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 87280 2011-11-16 07:31:39Z ryandesign@macports.org $

PortSystem                      1.0
PortGroup                       pure 1.0

pure.setup                      xml 0.6
revision                        2
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.

# 0.6 was stealth-updated 2011-10-20
dist_subdir                     ${name}/${version}_1

checksums                       rmd160  72ca7a7d3db03aa7bca2814f0dc6fffd66dbf283 \
                                sha256  309d2356c069d8f7571ac1b86496549536adf38cba4ac68a2a38f22795ce27e7

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