1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/py-atomicwrites/Makefile
Kurt Jaeger 35acb6f700 devel/py-atomicwrites: 0.1.4 -> 1.0.0
PR:		208424
Submitted by:	Christian Geier <catcher+freebsdbugzilla@lostpackets.de>
Approved by:	Maxim Filimonov <che@bein.link> (maintainer)
2016-04-05 07:21:31 +00:00

19 lines
324 B
Makefile

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