Line 0
Link Here
|
|
|
1 |
# Created by: Loïc BARTOLETTI <coder@tuxfamily.org> |
2 |
# $FreeBSD$ |
3 |
|
4 |
PORTNAME= autopep8 |
5 |
PORTVERSION= 1.1 |
6 |
CATEGORIES= devel python |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
|
10 |
MAINTAINER= coder@tuxfamily.org |
11 |
COMMENT= Automatically formats Python code to PEP8 style guide |
12 |
|
13 |
LICENSE= MIT |
14 |
|
15 |
RUN_DEPENDS= ${PYTHON_PKNAMEPREFIX}pep8:${PORTSDIR}/devel/pep8 |
16 |
|
17 |
USES= python |
18 |
USE_PYTHON= distutils autoplist |
19 |
|
20 |
.include <bsd.port.mk> |