freebsd-ports/net/py-netstring/Makefile
Marcus von Appen 2f71940292 - Convert ports of net/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:21:26 +00:00

17 lines
444 B
Makefile

# Created by: Alexander Botero-Lowry <alexbl@FreeBSD.org>
# $FreeBSD$
PORTNAME= netstring
PORTVERSION= 1.14
CATEGORIES= net devel python
MASTER_SITES= ftp://ftp.tummy.com/pub/tummy/Python/netstring/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python module implementing the netstring protocol
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>