mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
aa7a6c429e
With hat: portmgr
22 lines
431 B
Makefile
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>
|