2015-12-03 13:17:30 +01:00
|
|
|
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
|
|
|
|
|
|
PORTNAME= pystun
|
|
|
|
PORTVERSION= 0.1.0
|
2015-12-14 22:12:24 +01:00
|
|
|
PORTREVISION= 1
|
2015-12-03 13:17:30 +01:00
|
|
|
CATEGORIES= net python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2018-02-25 01:40:37 +01:00
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
2015-12-03 13:17:30 +01:00
|
|
|
COMMENT= Python STUN client for getting NAT type and external IP
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2015-12-03 13:17:30 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
2015-12-14 22:12:24 +01:00
|
|
|
post-extract:
|
2016-10-21 14:51:40 +02:00
|
|
|
@${RM} -r ${WRKSRC}/tests
|
2015-12-14 22:12:24 +01:00
|
|
|
|
2015-12-03 13:17:30 +01:00
|
|
|
.include <bsd.port.mk>
|