mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Add py-dns3 3.0.4
This directory contains a Python module that implements a DNS (Domain Name Server) client, plus additional modules that define some symbolic constants used by DNS (dnstype, dnsclass, dnsopcode). WWW: http://pydns.sourceforge.net/ WWW: https://launchpad.net/py3dns
This commit is contained in:
parent
7a660f28cd
commit
e01844530d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345699
@ -139,6 +139,7 @@
|
||||
SUBDIR += powerdns-recursor
|
||||
SUBDIR += py-adns
|
||||
SUBDIR += py-dns
|
||||
SUBDIR += py-dns3
|
||||
SUBDIR += py-dnspython
|
||||
SUBDIR += py-easyzone
|
||||
SUBDIR += py-idnkit2
|
||||
|
25
dns/py-dns3/Makefile
Normal file
25
dns/py-dns3/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: Mark Linimon <linimon@lonesome.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dns
|
||||
PORTVERSION= 3.0.4
|
||||
CATEGORIES= dns python
|
||||
MASTER_SITES= https://launchpadlibrarian.net/146975379/ \
|
||||
LOCAL/sunpoet
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= 3
|
||||
DISTNAME= py3dns-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= DNS (Domain Name Service) library for Python 3
|
||||
|
||||
LICENSE= CNRI
|
||||
LICENSE_NAME= CNRI LICENSE AGREEMENT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
USE_PYTHON= 3
|
||||
|
||||
.include <bsd.port.mk>
|
2
dns/py-dns3/distinfo
Normal file
2
dns/py-dns3/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (py3dns-3.0.4.tar.gz) = a487285f725e7c01c4e1e7d511e56ccbc4c1ae5b34eaa5dd09990fec944fae53
|
||||
SIZE (py3dns-3.0.4.tar.gz) = 27524
|
6
dns/py-dns3/pkg-descr
Normal file
6
dns/py-dns3/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This directory contains a Python module that implements a DNS (Domain
|
||||
Name Server) client, plus additional modules that define some symbolic
|
||||
constants used by DNS (dnstype, dnsclass, dnsopcode).
|
||||
|
||||
WWW: http://pydns.sourceforge.net/
|
||||
WWW: https://launchpad.net/py3dns
|
Loading…
Reference in New Issue
Block a user