mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
ee0443db6b
- Stage support - Use PYDISTUTILS_AUTOPLIST
25 lines
477 B
Makefile
25 lines
477 B
Makefile
# Created by: Sofian Brabez <sbrabez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pep8
|
|
PORTVERSION= 1.4.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
|
COMMENT= Python style guide checker
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
regression-test: extract
|
|
@(cd ${WRKSRC}; ${PYTHON_CMD} ${PORTNAME}.py \
|
|
--doctest --testsuite=testsuite)
|
|
|
|
.include <bsd.port.mk>
|