# -*- 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 118806 2014-04-11 07:13:17Z ryandesign@macports.org $

PortSystem                      1.0
PortGroup                       pure 1.0

# Keep the versions of pure and pure-docs in sync.
pure.setup                      docs 0.60
categories                      lang
platforms                       darwin
maintainers                     ryandesign
supported_archs                 noarch
license                         GPL-3
homepage                        http://puredocs.bitbucket.org/

description                     documentation for the Pure programming language

long_description                ${name} is an offline copy of the ${description}.

checksums                       rmd160  9282fb66a6ad6f3d3a0873287b7921a66b7d1253 \
                                sha256  74e7325c0921a3693a5a285a4b77ecaffb57d3f65364787fc183fd1755e7b1e8

platform macosx {
    patchfiles                  patch-openbrowser.diff
}
