blob: 75871c45622ade6e0068903197e9a7c71d9bc7be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= whois
DISTVERSION= 0.9.27
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nulldutra@proton.me
COMMENT= Python package for retrieving WHOIS information of domains
WWW= https://pypi.org/project/whois/
LICENSE= WTFPL
LICENSE_FILE= ${WRKSRC}/license
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
|