21 lines
421 B
Makefile
21 lines
421 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= infofarmer@FreeBSD.org
|
||
|
COMMENT= Timeout mechanism for TCP connections
|
||
|
|
||
|
USE_PYTHON= yes
|
||
|
USE_PYDISTUTILS=yes
|
||
|
|
||
|
.include <bsd.port.mk>
|