mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
20 lines
484 B
Makefile
20 lines
484 B
Makefile
# Created by: Shaun Amott <shaun@FreeBSD.org>
|
|
# $FreeBSD: head/editors/py-editorconfig/Makefile 438324 2017-04-12 02:27:26Z shaun $
|
|
|
|
PORTNAME= editorconfig
|
|
PORTVERSION= 0.12.1
|
|
CATEGORIES= editors python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= EditorConfig-${DISTVERSION}
|
|
|
|
MAINTAINER= shaun@FreeBSD.org
|
|
COMMENT= EditorConfig File Locator and Interpreter for Python
|
|
|
|
|
|
USES?= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|