1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/py-cymruwhois/Makefile
Babak Farrokhi 61e76e1e50 New port: net/py-cymruwhois
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D10569
2017-05-02 15:39:31 +00:00

19 lines
364 B
Makefile

# Created by: Babak Farrokhi <farrokhi@FreeBSD.org>
# $FreeBSD$
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
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>