aboutsummaryrefslogblamecommitdiff
path: root/editors/py-editorconfig/Makefile
blob: d14527052478e65e4d5c17934071ec08d006ff51 (plain) (tree)
1
2
3
4
5
6
7
8
9
                            
                      
                              
                    




                                                                    
                                         
 

                               
 
                      
                                   
 

                                           


                      
PORTNAME=	editorconfig
PORTVERSION=	0.12.3
CATEGORIES=	editors python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	EditorConfig-${DISTVERSION}

MAINTAINER=	shaun@FreeBSD.org
COMMENT=	EditorConfig File Locator and Interpreter for Python
WWW=		https://editorconfig.org/

LICENSE=	BSD2CLAUSE PSFL
LICENSE_COMB=	multi

USES=		python
USE_PYTHON=	distutils autoplist

CONFLICTS_INSTALL=	editorconfig-core-c

NO_ARCH=	yes

.include <bsd.port.mk>