freebsd-ports/devel/py-sendfile/Makefile
Pav Lucistnik 6e882a6f62 - Update to 1.2.1
PR:		ports/77186
Submitted by:	Ben Woolley <ben@tautology.org> (maintainer)
2005-02-09 08:53:37 +00:00

24 lines
547 B
Makefile

# Ports collection Makefile for: py-sendfile
# Date created: 02/01/2004
# Whom: ports@tautology.org
#
# $FreeBSD$
#
PORTNAME= sendfile
PORTVERSION= 1.2.1
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
PLIST_FILES= %%PYTHON_SITELIBDIR%%/sendfile.so
.include <bsd.port.mk>