summaryrefslogtreecommitdiff
path: root/devel/py-sendfile/Makefile
blob: 958cf4950c2de0aecfff3c3b6de93f723be01277 (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
24
25
26
# Ports collection Makefile for:	py-sendfile
# Date created:				02/01/2004
# Whom:					ports@tautology.org
#
# $FreeBSD$
#

PORTNAME=	sendfile
PORTVERSION=	1.2.2
CATEGORIES=	devel python
MASTER_SITES=	http://tautology.org/software/python-modules/distfiles/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	py-sendfile-${PORTVERSION}

MAINTAINER=	ports@tautology.org
COMMENT=	Python interface to the sendfile(2) system call

USE_BZIP2=	yes
USE_PYTHON=	yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME=	py-sendfile
PYDISTUTILS_PKGVERSION=	1.0

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/sendfile.so

.include <bsd.port.mk>