pkgsrc/devel/py-editorconfig-core/Makefile
adam b2b5bdfd9e py-editorconfig-core: updated to 0.12.2
0.12.2:
Unknown changes.
2018-08-15 11:23:08 +00:00

16 lines
490 B
Makefile

# $NetBSD: Makefile,v 1.2 2018/08/15 11:23:08 adam Exp $
DISTNAME= EditorConfig-0.12.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/EditorConfig/editorconfig-core/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=E/EditorConfig/}
MAINTAINER= nros@users.sourceforge.net
HOMEPAGE= http://editorconfig.org/
COMMENT= Editorconfig python library
LICENSE= python-software-foundation AND modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"