# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD: head/devel/py-backports.tempfile/Makefile 455210 2017-11-30 15:50:30Z mat $

PORTNAME=	backports.tempfile
PORTVERSION=	1.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	dvl@FreeBSD.org
COMMENT=	Backports of new features in the Python tempfile module

LICENSE=	PSFL

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${FLAVOR}

NO_ARCH=	yes
USES=		python:2.7
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>
