1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/net/py-whois/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

22 lines
431 B
Makefile

# 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>