1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/py-flakes/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

24 lines
554 B
Makefile

# 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 Python programs for errors
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= pyflakes
NO_BUILD= yes
.include <bsd.port.mk>