freebsd-ports/net/py-pysendfile/Makefile

22 lines
408 B
Makefile
Raw Normal View History

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