# -*- 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              tk 0.3
revision                2
categories              x11
platforms               darwin
maintainers             ryandesign
license                 BSD

description             a basic interface between Pure and Tcl/Tk

long_description        ${name} provides ${description}. This module allows \
                        you to execute arbitrary commands in the Tcl \
                        interpreter, set and retrieve variable values in the \
                        interpreter, and invoke Pure callbacks from Tcl/Tk.

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

checksums               rmd160  84ecff9000fd412f467ad0b6340968d031b7eec4 \
                        sha256  a1807441b4784b590b1fcd287d7750b66dd68f9e91bcddf710ccb3a4e9506a32

depends_lib-append      port:tk
