# -*- 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$ PortSystem 1.0 PortGroup python 1.0 PortGroup bitbucket 1.0 bitbucket.setup knepley code-generator 7a70680e2a89 name py-generator version 0.1.20120721 categories-append devel math science platforms darwin license BSD supported_archs noarch maintainers sean openmaintainer description Cxx generator for python long_description ${description} checksums rmd160 5ce5ba93b7f512bcbd7a04eb4a8471bd72dd93d1 \ sha256 e1fcd8d40bba7f17b36cfcc49d3462dc26ab24a82d694a6ea3155f03318da166 use_configure no python.versions 26 27 33 34 if {${name} ne ${subport}} { build {} destroot { xinstall -d ${destroot}${python.libdir} eval xinstall [glob ${worksrcpath}/*.py] ${destroot}${python.libdir} } livecheck.type none }