freebsd-ports/net/py-pystun/Makefile
Yuri Victorovich a31a69692d Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.

Approved by:	tcberner (mentor, implicit)
2018-02-25 00:40:37 +00:00

24 lines
435 B
Makefile

# 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@FreeBSD.org
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} -r ${WRKSRC}/tests
.include <bsd.port.mk>