diff options
Diffstat (limited to 'net/py-python-ipware/Makefile')
| -rw-r--r-- | net/py-python-ipware/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/py-python-ipware/Makefile b/net/py-python-ipware/Makefile new file mode 100644 index 000000000000..a80b320d5335 --- /dev/null +++ b/net/py-python-ipware/Makefile @@ -0,0 +1,22 @@ +PORTNAME= python-ipware +PORTVERSION= 2.0.3 +CATEGORIES= net python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= grembo@FreeBSD.org +COMMENT= Python package to retrieve the IP address of a user +WWW= https://github.com/un33k/python-ipware + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> |
