freebsd-ports/devel/py-atomicwrites/Makefile
Steve Wills 8e05094072 devel/py-atomicwrites: update to version 1.1.5
PR:		222613
Submitted by:	Le Baron d'Merde <lbdm@privacychain.ch>
Approved by:	maintainer timeout (che@bein.link, >2 weeks)
2017-10-23 20:11:37 +00:00

18 lines
324 B
Makefile

# $FreeBSD$
PORTNAME= atomicwrites
DISTVERSION= 1.1.5
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
.include <bsd.port.mk>