1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/pep8/Makefile
2016-06-16 18:27:55 +00:00

25 lines
475 B
Makefile

# Created by: Sofian Brabez <sbrabez@gmail.com>
# $FreeBSD$
PORTNAME= pep8
PORTVERSION= 1.7.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sbz@FreeBSD.org
COMMENT= Python style guide checker
LICENSE= MIT
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
do-test: extract
@(cd ${WRKSRC}; ${PYTHON_CMD} ${PORTNAME}.py \
--doctest --testsuite=testsuite)
.include <bsd.port.mk>