Prune devel/py-EnthoughtBase
[dports.git] / devel / pylint / Makefile
1 # Created by: Hye-Shik Chang
2 # $FreeBSD$
3
4 PORTNAME=       pylint
5 PORTVERSION=    1.4.3
6 PORTREVISION=   1
7 CATEGORIES=     devel python
8 MASTER_SITES=   CHEESESHOP
9 PKGNAMESUFFIX=  ${PYTHON_PKGNAMESUFFIX}
10
11 MAINTAINER=     mva@FreeBSD.org
12 COMMENT=        Analyzes python source code looking for bugs and signs of poor quality
13
14 LICENSE=        LGPL21
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}astroid>=1.3.6:${PORTSDIR}/devel/py-astroid \
17                 ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:${PORTSDIR}/devel/py-six
18
19 USES=           python
20 USE_PYTHON=     distutils concurrent
21
22 OPTIONS_DEFINE= GUI
23
24 GUI_RUN_DEPENDS=        ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
25
26 .include <bsd.port.mk>