freebsd-ports/devel/pep8/Makefile
Philippe Audeoud 290f38f602 pep8 is a tool to check your Python code against some of the style conventions
in PEP 8.

WWW:	http://pypi.python.org/pypi/pep8

PR:		ports/151781
Submitted by:	Sofian Brabez <sbrabez at gmail.com>
2010-10-29 10:37:59 +00:00

23 lines
491 B
Makefile

# New ports collection makefile for: pep8
# Date created: 2010-10-27
# Whom: Sofian Brabez <sbrabez@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pep8
PORTVERSION= 0.6.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sbrabez@gmail.com
COMMENT= Python style guide checker
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= ${PORTNAME}
PYDISTUTILS_PKGVERSION= ${PORTVERSION}
PYDISTUTILS_NOEGGINFO= yes
.include <bsd.port.mk>