mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
ab4f0b9716
lists in PYDISTUTILS_SETUP PR: 191317 Phabric: D270 With hat: python@
26 lines
558 B
Makefile
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>
|