opnsense-ports/devel/py-atomicwrites/Makefile
Franco Fichtner 5b1a01a32e */*: sync with upstream
Taken from: FreeBSD
2016-04-05 16:41:34 +02:00

18 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>