# Created by: Alexander Botero-Lowry <alexbl@FreeBSD.org>
# $FreeBSD: head/net/py-netstring/Makefile 455210 2017-11-30 15:50:30Z mat $

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:2.7
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>
