ports/devel/py-atomicwrites/Makefile
Steve Wills 318c631d43 devel/py-atomicwrites: Update to 1.3.0
PR:		238472
Approved by:	maintainer timeout (che@bein.link, >2 weeks)
2019-06-30 19:54:41 +00:00

20 lines
338 B
Makefile

# $FreeBSD$
PORTNAME= atomicwrites
DISTVERSION= 1.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= che@bein.link
COMMENT= Atomic file writes library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>