1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/py-pysendfile/Makefile
Kubilay Kocak f9b3235e48 net/py-pysendfile: Modernise: STAGE, AUTOPLIST and more
- Enable STAGE support
- Enable AUTOPLIST, delete pkg-plist
- Add LICENSE (MIT)
- Deprecate easy_install target
- Deprecate EASYINSTALL_ARCHDEP
- Remove indefinite article from COMMENT
- pkg-descr: Tab to space in WWW:
- Bump PORTREVISION
2014-02-01 11:45:23 +00:00

23 lines
427 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]*
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>