freebsd-ports/net/py-netstring/Makefile
2019-08-05 06:37:30 +00:00

19 lines
470 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
BROKEN= unfetchable
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>