summaryrefslogtreecommitdiff
path: root/net/py-netstring/Makefile
blob: 7faf018321c293695bb4eea280bd04a27e8356d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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>