1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/pep8/Makefile
Jan Beich d909a2aafc Drop default target dependencies for do-test
Approved by:	portmgr-blanket
2016-07-18 16:15:14 +00:00

25 lines
467 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:
@(cd ${WRKSRC}; ${PYTHON_CMD} ${PORTNAME}.py \
--doctest --testsuite=testsuite)
.include <bsd.port.mk>