1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/py-netstring/Makefile

20 lines
487 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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python-netstring
NO_STAGE= yes
.include <bsd.port.mk>