mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
e0f8a7cb73
An implementation of the netstrings protocol developed by D.J. Bernstein. netstrings transmits each string as the length followed by : followed by the string.
21 lines
515 B
Makefile
21 lines
515 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
|
|
|
|
.include <bsd.port.mk>
|