diff options
Diffstat (limited to 'net/py-netstring/Makefile')
-rw-r--r-- | net/py-netstring/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/py-netstring/Makefile b/net/py-netstring/Makefile deleted file mode 100644 index 2473f39374fd..000000000000 --- a/net/py-netstring/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# 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> |