freebsd-ports/devel/py-sendfile/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

26 lines
608 B
Makefile

# 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>