freebsd-ports/net/py-timeoutsocket/Makefile
Baptiste Daroussin 07da38f0fc fix a typo I indroduce while deprecating
Submitted by:	Pav (irc)
2011-03-16 21:39:14 +00:00

23 lines
520 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
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>