freebsd-ports/net/py-netstring/Makefile
2019-09-15 17:28:08 +00:00

21 lines
536 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
DEPRECATED= Unfetchable, unmaintained
EXPIRATION_DATE= 2019-10-16
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>