blob: 3023ae30fe3a10596c54eaa3c0df4e8307a76d72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Shaun Amott <shaun@FreeBSD.org>
PORTNAME= editorconfig
PORTVERSION= 0.12.3
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>
|