PR: 222613 Submitted by: Le Baron d'Merde <lbdm@privacychain.ch> Approved by: maintainer timeout (che@bein.link, >2 weeks)
18 lines
324 B
Makefile
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>
|