1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/py-pysendfile/Makefile
Chris Rees 8cb6d791e7 Replace devel/py-sendfile with net/py-pysendfile; upstream of py-sendfile
is dead and py-pysendfile is a fork.

PR:		ports/169177
Submitted by:	koobs <koobs.freebsd@gmail.com>
Approved by:	maintainer of py-sendfile's email domain is parked
2012-06-24 16:54:41 +00:00

24 lines
491 B
Makefile

# New ports collection makefile for: py-pysendfile
# Date created: 2012-06-15
# Whom: koobs <koobs.freebsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pysendfile
PORTVERSION= 2.0.0
CATEGORIES= net python devel
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs.freebsd@gmail.com
COMMENT= A Python interface to sendfile(2)
CONFLICTS_INSTALL= py*-sendfile-[0-9]*
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>