opnsense-ports/devel/py-atomicwrites/Makefile
Franco Fichtner 417d932001 */*: sync with upstream
Taken from: HardenedBSD
2017-10-24 08:15:37 +02: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>