d72c560b21
Hat: portmgr
20 lines
416 B
Makefile
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>
|