freebsd-ports/editors/py-editorconfig/Makefile
2021-04-06 16:31:07 +02:00

21 lines
448 B
Makefile

# Created by: Shaun Amott <shaun@FreeBSD.org>
PORTNAME= editorconfig
PORTVERSION= 0.12.2
CATEGORIES= editors python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= EditorConfig-${DISTVERSION}
MAINTAINER= shaun@FreeBSD.org
COMMENT= EditorConfig File Locator and Interpreter for Python
LICENSE= BSD2CLAUSE PSFL
LICENSE_COMB= multi
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>