pkgsrc/devel/py-editorconfig-core/Makefile

24 lines
637 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:03 wiz Exp $
DISTNAME= EditorConfig-0.12.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/EditorConfig/editorconfig-core/}
PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=E/EditorConfig/}
MAINTAINER= nros@users.sourceforge.net
HOMEPAGE= https://editorconfig.org/
COMMENT= Editorconfig python library
LICENSE= python-software-foundation AND modified-bsd
USE_LANGUAGES= # none
USE_PKG_RESOURCES= yes
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} editorconfig editorconfig-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"