Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
17 lines
444 B
Makefile
17 lines
444 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
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|