diff --git a/python/py-dnslib/Portfile b/python/py-dnslib/Portfile new file mode 100644 index 00000000000..9ebc8c1b991 --- /dev/null +++ b/python/py-dnslib/Portfile @@ -0,0 +1,23 @@ +# -*- 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-dnslib +version 0.9.26 +revision 0 + +license BSD-2 +maintainers {mps @Schamschula} openmaintainer +description A library to encode/decode DNS wire-format packets. +long_description {*}${description} +homepage https://github.com/paulc/dnslib + +supported_archs noarch +platforms {darwin any} + +checksums rmd160 e9836230ecf4f235621a2d88a8bc5c92a7cf067a \ + sha256 be56857534390b2fbd02935270019bacc5e6b411d156cb3921ac55a7fb51f1a8 \ + size 82901 + +python.versions 310 311 312 313 314