opnsense-ports/net/py-pystun/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

21 lines
407 B
Makefile

PORTNAME= pystun
PORTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python STUN client for getting NAT type and external IP
WWW= https://pypi.org/project/pystun/
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
post-extract:
@${RM} -r ${WRKSRC}/tests
.include <bsd.port.mk>