# New ports collection makefile for:	py-flakes
# Date created:				13 Apr 2006
# Whom:					Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD: ports/devel/py-flakes/Makefile,v 1.4 2007/07/30 09:41:13 alexbl Exp $
#

PORTNAME=	flakes
PORTVERSION=	0.2.1
CATEGORIES=	devel python
MASTER_SITES=	http://divmod.org/static/projects/pyflakes/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	pyflakes-${PORTVERSION}

MAINTAINER=	alexbl@FreeBSD.org
COMMENT=	Pyflakes is a program that analyzes Python programs for errors

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	pyflakes
NO_BUILD=	yes

.include <bsd.port.mk>


syntax highlighted by Code2HTML, v. 0.9.1