Files

32 lines
987 B
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-off set: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-ipwhois
version 1.2.0
revision 0
categories-append net devel
license BSD
platforms {darwin any}
supported_archs noarch
maintainers nomaintainer
description ${name} is a simple package for retrieving and parsing \
whois data for IPv4 and IPv6 addresses.
long_description {*}${description}
homepage https://github.com/secynic/ipwhois
checksums rmd160 30740e5f0efdba644ba763e5d7fee81bfeb11e9b \
sha256 831e3fef3b8041201a048e9456e3b80f45c6c8b7174f34ed211f66b596c84bbe \
size 99431
python.versions 312
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-dnspython
}