18 lines
486 B
Makefile
18 lines
486 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2017/04/14 12:18:31 leot Exp $
|
||
|
|
||
|
VERSION= 0.12.1
|
||
|
DISTNAME= EditorConfig-${VERSION}
|
||
|
PKGNAME= ${PYPKGPREFIX}-editorconfig-core-${VERSION}
|
||
|
CATEGORIES= devel
|
||
|
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"
|