aboutsummaryrefslogtreecommitdiff
path: root/net/py-timeoutsocket/Makefile
blob: 8b44ccacc6e765d7a9e891589daa6de9ecf6642e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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=	infofarmer@FreeBSD.org
COMMENT=	Timeout mechanism for TCP connections

USE_PYTHON=	yes
USE_PYDISTUTILS=yes

.include <bsd.port.mk>