You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
804 B
Tcl
25 lines
804 B
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-ifaddr
|
|
version 0.2.0
|
|
revision 0
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Cross-platform network interface and IP address enumeration library
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/pydron/ifaddr
|
|
|
|
checksums rmd160 a7d6fa7f48edb1ef317503a5cfa3e1c0ec65857e \
|
|
sha256 cc0cbfcaabf765d44595825fb96a99bb12c79716b73b44330ea38ee2b0c4aed4 \
|
|
size 10485
|
|
|
|
python.versions 310 311 312 313
|