freebsd-ports/net/py-cymruwhois/Makefile
2021-04-06 16:31:07 +02:00

17 lines
357 B
Makefile

# Created by: Babak Farrokhi <farrokhi@FreeBSD.org>
PORTNAME= cymruwhois
PORTVERSION= 1.6
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= Python client for the whois.cymru.com service
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>