17 lines
357 B
Makefile
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>
|