aboutsummaryrefslogtreecommitdiff
path: root/devel/py-atomicwrites/Makefile
blob: 4c68f12bbf54108727d5e23b066f877cc4770b60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	atomicwrites
DISTVERSION=	1.4.1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ygy@FreeBSD.org
COMMENT=	Atomic file writes library
WWW=		https://github.com/untitaker/python-atomicwrites

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>