mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
35acb6f700
PR: 208424 Submitted by: Christian Geier <catcher+freebsdbugzilla@lostpackets.de> Approved by: Maxim Filimonov <che@bein.link> (maintainer)
19 lines
324 B
Makefile
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>
|