2006-04-13 17:44:09 +02:00
|
|
|
# New ports collection makefile for: py-flakes
|
|
|
|
# Date created: 13 Apr 2006
|
|
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= flakes
|
|
|
|
PORTVERSION= 0.2.1
|
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= http://divmod.org/static/projects/pyflakes/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= pyflakes-${PORTVERSION}
|
|
|
|
|
2006-09-13 05:21:38 +02:00
|
|
|
MAINTAINER= alexbl@FreeBSD.org
|
2007-03-18 15:16:01 +01:00
|
|
|
COMMENT= Pyflakes is a program that analyzes Python programs for errors
|
2006-04-13 17:44:09 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= pyflakes
|
2006-04-13 17:44:09 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|