pkgsrc-wip/py-atomicfile/Makefile

17 lines
391 B
Makefile

# $NetBSD$
DISTNAME= atomicfile-1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=a/atomicfile/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/sashka/atomicfile
COMMENT= Writeable file object that atomically updates a file
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"