mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
20 lines
338 B
Makefile
20 lines
338 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= atomicwrites
|
|
DISTVERSION= 1.3.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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|