20 lines
424 B
Makefile
20 lines
424 B
Makefile
# Created by: Shaun Amott <shaun@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= PSFL
|
|
|
|
USES?= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|