blob: 9a6ed85093801e3880c115c9d79d3c1386412819 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= pystun
PORTVERSION= 0.1.0
PORTREVISION= 1
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
post-extract:
@${RM} -rf ${WRKSRC}/tests
.include <bsd.port.mk>
|