1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net/py-pystun/Makefile
Dmitry Marakasov e49a9e739b - Don't install unwanted tests package
PR:		205066
Submitted by:	yuri@rawbw.com (maintainer)
2015-12-14 21:12:24 +00:00

24 lines
434 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@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>