freebsd-ports/editors/py-editorconfig/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

23 lines
460 B
Makefile

# Created by: Shaun Amott <shaun@FreeBSD.org>
# $FreeBSD$
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>