mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
9f04c879a0
- Pass maintainership to submitter PR: ports/141935 Submitted by: Ayumi Mitsui <ayu@commun.jp>
25 lines
551 B
Makefile
25 lines
551 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.4.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP \
|
|
http://code.enthought.com/src/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pyflakes-${PORTVERSION}
|
|
|
|
MAINTAINER= ayu@commun.jp
|
|
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>
|