2022-01-05 16:40:56 +01:00
|
|
|
# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:03 wiz Exp $
|
2017-04-14 14:18:31 +02:00
|
|
|
|
2021-03-20 19:55:52 +01:00
|
|
|
DISTNAME= EditorConfig-0.12.3
|
2018-08-15 13:23:08 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/EditorConfig/editorconfig-core/}
|
2022-01-05 16:40:56 +01:00
|
|
|
PKGREVISION= 2
|
2018-08-15 13:23:08 +02:00
|
|
|
CATEGORIES= devel python
|
2017-04-14 14:18:31 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=E/EditorConfig/}
|
|
|
|
|
|
|
|
MAINTAINER= nros@users.sourceforge.net
|
2020-01-26 18:30:40 +01:00
|
|
|
HOMEPAGE= https://editorconfig.org/
|
2017-04-14 14:18:31 +02:00
|
|
|
COMMENT= Editorconfig python library
|
|
|
|
LICENSE= python-software-foundation AND modified-bsd
|
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2022-01-05 16:40:56 +01:00
|
|
|
USE_PKG_RESOURCES= yes
|
|
|
|
|
2021-03-20 19:55:52 +01:00
|
|
|
post-install:
|
|
|
|
cd ${DESTDIR}${PREFIX}/bin && \
|
|
|
|
${MV} editorconfig editorconfig-${PYVERSSUFFIX} || ${TRUE}
|
|
|
|
|
2017-04-14 14:18:31 +02:00
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|