1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net/py-pysendfile/Makefile
Marcus von Appen 2f71940292 - Convert ports of net/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:21:26 +00:00

22 lines
408 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
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>