Ticket #49665: Portfile

File Portfile, 922 bytes (added by kornack@…, 8 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2# $Id$
3
4PortSystem          1.0
5PortGroup           python 1.0
6
7name                py-nanomsg-python
8version             1.0
9categories-append   comms
10platforms           darwin
11license             MIT
12
13maintainers         twinleaf.com:maintainers \
14                    openmaintainers
15
16description         Python Nanomsg Wrapper
17long_description    Python library for nanomsg which does not compromise on usability or performance.
18homepage            https://github.com/tonysimpson/nanomsg-python
19master_sites        https://github.com/tonysimpson/nanomsg-python/archive/
20distfiles           ${version}.zip
21distname            nanomsg-python-${version}
22use_zip             yes
23
24checksums           sha256  381fd63e4f1bd2d19afd9a3c2a26cb37f313bf614cef7fc6e02b2084c0eeb854
25
26python.versions     35
27
28depends_lib-append  port:nanomsg