1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/pylint/Makefile
Hye-Shik Chang ab6326b5bf Fix dependency. New version of pylint requires devel/py-astng as
well as devel/py-logilab-common.

Reported by:	Rene Ladan <r.c.ladan@gmail.com>
2006-04-26 19:52:40 +00:00

24 lines
546 B
Makefile

# New ports collection makefile for: pylint
# Date created: 28 May 2004
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= pylint
PORTVERSION= 0.11.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.logilab.org/pub/pylint/
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
MAINTAINER= perky@FreeBSD.org
COMMENT= Analyzes python source code looking for bugs and signs of poor quality
RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/logilab/astng/__init__.py:${PORTSDIR}/devel/py-astng
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>