freebsd-ports/net/py-timeoutsocket/Makefile
2008-09-07 00:19:05 +00:00

20 lines
416 B
Makefile

# New ports collection makefile for: timeoutsocket
# Date created: 23 April 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= timeoutsocket
PORTVERSION= 1.23
CATEGORIES= net python
MASTER_SITES= CENKES
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Timeout mechanism for TCP connections
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>