freebsd-ports/net/py-pysendfile/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

23 lines
458 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
BROKEN= Unfetchable (google code has gone away)
CONFLICTS_INSTALL= py*-sendfile-[0-9]*
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>