Ticket #46908: Portfile

File Portfile, 1005 bytes (added by jfcaron3, 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
6
7name                py-Yapsy
8version             1.10.423
9platforms           darwin
10license             BSD
11maintainers         nomaintainer
12
13description         Yet another plugin system
14long_description    ${description}
15
16homepage            http://yapsy.sourceforge.net
17master_sites        https://pypi.python.org/packages/source/Y/Yapsy
18distname            Yapsy-1.10.423
19
20checksums           rmd160  e5d0ce20047d339856ade3345be63fae0c5d41bd \
21                    sha256  9ba7767f63ab591c0ad3fc8b2bd11ac19a0fabb7259bcb1733858eab5bd9b1e1
22
23python.versions     25 26 27 32 33 34
24
25if {${name} ne ${subport}} {
26    depends_build-append \
27                        port:py${python.version}-setuptools
28
29    livecheck.type      none
30} else {
31    livecheck.type      regex
32    livecheck.url       ${master_sites}
33}