summaryrefslogtreecommitdiff
path: root/net/py-pysendfile/Makefile
blob: a4bd608aece8299f90058f05fd1eda4c59184601 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$

PORTNAME=	pysendfile
PORTVERSION=	2.0.0
PORTREVISION=	1
CATEGORIES=	net python devel
MASTER_SITES=	GOOGLE_CODE
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	koobs@FreeBSD.org
COMMENT=	Python interface to sendfile(2)

LICENSE=	MIT

BROKEN=		Unfetchable (google code has gone away)

CONFLICTS_INSTALL=	py*-sendfile-[0-9]*

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>