aboutsummaryrefslogblamecommitdiff
path: root/net/py-whois/Makefile
blob: d52480f3fc5cc957fafd99013548afead02bb3e9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                                               

                     
                      









                                                                          
                           




                                              
# Created by: Gabriel Dutra <0xdutra@gmail.com>

PORTNAME=	whois
PORTVERSION=	0.9.13
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>