aboutsummaryrefslogtreecommitdiff
path: root/dns/py-dnschain
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-04 15:03:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-04 15:03:12 +0000
commitbc9d7a859b891d5d3656c1b455a181c14f6ef71b (patch)
tree0027fd4d4045f52500868a271432a98fd527145a /dns/py-dnschain
parent84e07479b6ae4527d16573801aa1fed780798af6 (diff)
Python library for looking up blockchain data via DNSChain
WWW: https://github.com/okTurtles/pydnschain PR: 201384 Submitted by: yuri@rawbw.com
Notes
Notes: svn path=/head/; revision=402992
Diffstat (limited to 'dns/py-dnschain')
-rw-r--r--dns/py-dnschain/Makefile19
-rw-r--r--dns/py-dnschain/distinfo2
-rw-r--r--dns/py-dnschain/pkg-descr3
3 files changed, 24 insertions, 0 deletions
diff --git a/dns/py-dnschain/Makefile b/dns/py-dnschain/Makefile
new file mode 100644
index 000000000000..9a4ef106f1ff
--- /dev/null
+++ b/dns/py-dnschain/Makefile
@@ -0,0 +1,19 @@
+# Created by: Yuri Victorovich <yuri@rawbw.com>
+# $FreeBSD$
+
+PORTNAME= dnschain
+PORTVERSION= 0.1.0
+CATEGORIES= dns python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@rawbw.com
+COMMENT= Library for looking up blockchain data via DNSChain
+
+LICENSE= MPL
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/dns/py-dnschain/distinfo b/dns/py-dnschain/distinfo
new file mode 100644
index 000000000000..93a9a8237c96
--- /dev/null
+++ b/dns/py-dnschain/distinfo
@@ -0,0 +1,2 @@
+SHA256 (dnschain-0.1.0.tar.gz) = 59310cf6bf3f31bd47617fd0cce79fe9941c4bc133905843efea10a68651017f
+SIZE (dnschain-0.1.0.tar.gz) = 3180
diff --git a/dns/py-dnschain/pkg-descr b/dns/py-dnschain/pkg-descr
new file mode 100644
index 000000000000..12fab1384960
--- /dev/null
+++ b/dns/py-dnschain/pkg-descr
@@ -0,0 +1,3 @@
+Python library for looking up blockchain data via DNSChain
+
+WWW: https://github.com/okTurtles/pydnschain