aboutsummaryrefslogblamecommitdiff
path: root/devel/py-flakes/Makefile
blob: 2cd7657efbb1f008583ad9898c68a99cf5058e39 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                    
                                  






                                                                              
# 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}

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

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
NO_BUILD=	yes

.include <bsd.port.mk>