Ticket #48112: Portfile

File Portfile, 1.2 KB (added by joshuacookebarnes@…, 9 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           python 1.0
6PortGroup           github 1.0
7
8github.setup        clade PyDAQmx 07adbdafad7905d64abf07e6cb986af661455ea8
9version             20150422
10
11name                py-daqmx
12categories-append   science
13description         Python interface for the NI-DAQmx drivers
14long_description    This package provides an interface in Python for the\
15                                        NIDAQmx drivers from National Instruments (which must be\
16                                        installed separately).
17
18license             BSD
19platforms           darwin
20supported_archs     noarch
21maintainers         nomaintainer
22
23checksums           md5    e81a40533b3f76ce59d2b53095020ddd \
24                    rmd160 75c82e80aa148e4bf62fc12d08ced0a5c4674163 \
25                    sha256 339e5ed9536e6ffee63a8dc868f4f8814b517bfd3632fe0d62aff1ac7dfc5aa3
26
27python.versions     27 33 34
28
29if {${name} ne ${subport}} {
30    depends_build-append    port:py${python.version}-setuptools\
31                            port:py${python.version}-sphinx
32    test.run                yes
33}
34
35livecheck.type          none