aboutsummaryrefslogtreecommitdiff
path: root/net/py-netstring/Makefile
blob: 6a0e550fd65fec9cb64205f59441581b976b4d3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	py-netstring
# Date created:				04 Nov 2006
# Whom:					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=	alexbl@FreeBSD.org
COMMENT=	Python module implenting the netstring protocol

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	python-netstring

.include <bsd.port.mk>