1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/pylint/Makefile
Marcus von Appen ab4f0b9716 - Unbreak ports, which installed setup.py files due to the messed up argument
lists in PYDISTUTILS_SETUP

PR:		191317
Phabric:	D270
With hat:	python@
2014-06-28 07:03:19 +00:00

26 lines
558 B
Makefile

# Created by: Hye-Shik Chang
# $FreeBSD$
PORTNAME= pylint
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= LOGILAB
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
MAINTAINER= mva@FreeBSD.org
COMMENT= Analyzes python source code looking for bugs and signs of poor quality
LICENSE= LGPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.1.0:${PORTSDIR}/devel/py-astroid
USE_PYTHON= yes
USE_PYDISTUTILS= yes
OPTIONS_DEFINE= GUI
GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
.include <bsd.port.mk>