freebsd-ports/net/py-netstring/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

21 lines
553 B
Makefile

# 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>