9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
16 lines
493 B
Makefile
16 lines
493 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/26 17:31:02 rillig 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= https://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"
|