# -*- 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 91041 2012-03-22 23:58:33Z ryandesign@macports.org $

PortSystem                      1.0
PortGroup                       pure 1.0

# Keep the versions of pure and pure-docs in sync.
pure.setup                      docs 0.53
categories                      lang
platforms                       darwin
maintainers                     ryandesign
supported_archs                 noarch
license                         GPL-3
homepage                        http://docs.pure-lang.googlecode.com/hg/index.html

description                     documentation for the Pure programming language

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

checksums                       rmd160  217f3bc85502ff560d9eca302407d4b1ffc52062 \
                                sha256  f54a486d341daa737826288351533c7f28f42ef87cd473bcdba5c21018dcf564

platform macosx {
    patchfiles                  patch-openbrowser.diff
}
