# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_0_0/net/py-pysendfile/Makefile 371449 2014-10-24 16:21:26Z mva $

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

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

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>
