Ticket #35829: Portfile

File Portfile, 908 bytes (added by gorticus (Jason Mitchell), 12 years ago)

v2

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup           github 1.0
6PortGroup           python 1.0
7
8github.setup        numba Meta 61360571ae33e16bb725a4f69e16eeeecb981ab8
9fetch.type          git
10
11name                py-meta
12categories-append   devel
13license             {Permissive BSD}
14maintainers         maiar.org:jason-macports openmaintainer
15description         Python framework to manipulate/analyze ast's and bytecode.
16long_description    A Pure Python module containing a framework to \
17                    manipulate and analyze python ast's and bytecode.
18
19platforms           darwin
20supported_archs     noarch
21
22python.versions     26 27 31 32
23python.default_version  27
24
25if {${subport} != ${name}} {
26    depends_build-append   port:py${python.version}-distribute
27}