aboutsummaryrefslogtreecommitdiff
path: root/net/py-whois/Makefile
blob: dbae60c7cdcc738243cd6181f5f71201688c78c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Gabriel Dutra <0xdutra@gmail.com>
# $FreeBSD$

PORTNAME=	whois
PORTVERSION=	0.9.7
CATEGORIES=	net python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	0xdutra@gmail.com
COMMENT=	Python package for retrieving WHOIS information of domains

LICENSE=	WTFPL
LICENSE_FILE=	${WRKSRC}/license

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>