2013-03-09 05:44:02 +00:00
|
|
|
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pyflakes
|
2013-07-07 08:03:20 +00:00
|
|
|
PORTVERSION= 0.7.3
|
2014-02-01 11:06:52 +00:00
|
|
|
PORTREVISION= 1
|
2013-03-09 05:44:02 +00:00
|
|
|
CATEGORIES= devel python
|
2013-04-28 13:37:45 +00:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2013-03-09 05:44:02 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
|
|
COMMENT= Program to analyze Python programs and detect various errors
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2014-02-01 11:06:52 +00:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2013-03-09 05:44:02 +00:00
|
|
|
|
|
|
|
regression-test: build
|
|
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|