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