1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/pep8/Makefile
2018-09-09 22:21:48 +00:00

25 lines
467 B
Makefile

# Created by: Sofian Brabez <sbrabez@gmail.com>
# $FreeBSD$
PORTNAME= pep8
PORTVERSION= 1.7.1
PORTREVISION= 2
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:
@(cd ${WRKSRC}; ${PYTHON_CMD} ${PORTNAME}.py \
--doctest --testsuite=testsuite)
.include <bsd.port.mk>