Ticket #42697: Portfile

File Portfile, 1.1 KB (added by jul_bsd@…, 10 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: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $
3
4PortSystem 1.0
5PortGroup python 1.0
6
7name                py-adns
8version             1.2.1
9platforms           darwin
10supported_archs     noarch
11maintainers         nomaintainer
12categories          net python
13license             GPL-2+
14description         Python module that interfaces to the adns asynchronous resolver library
15long_description    ${description}
16
17homepage            https://pypi.python.org/pypi/adns-python
18distname            adns-python-${version}
19master_sites        http://adns-python.googlecode.com/files/
20
21checksums           rmd160  772d0b71b81ecc8af204c0c9a7b3af02a228c3a8 \
22                    sha256  30f4ae0c40f6b09b0fad60c1aa4b4b9ff250e62f6e5e6cc112949f880359a23e
23
24depends_lib         port:adns
25python.versions     24 25 26 27 33
26
27livecheck.type     regex
28livecheck.url       ${homepage}
29livecheck.regex     "<a href=\"/pypi/adns-python/.*?\">(\\d+(?:\\.\\d+)*)</a>"
30