# -*- 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 78224 2011-04-29 01:22:05Z ryandesign@macports.org $

PortSystem                      1.0
PortGroup                       pure 1.0

# Keep the versions of pure, pure-mode.el, and pure-docs in sync.
pure.setup                      docs 0.47
categories                      lang
platforms                       darwin
maintainers                     ryandesign
supported_archs                 noarch
license                         GPL-3

description                     documentation for the Pure programming language

long_description                ${name} is the set of ${description}.

checksums                       sha1    905e794e3589a1500a03b0cfbd2d49a17558b7bb \
                                rmd160  59fbec8490a2f708643239776ad9c63fa7d85543

platform macosx {
    patchfiles                  patch-openbrowser.diff
}
