|
Lines 3-8
Link Here
|
| 3 |
|
3 |
|
| 4 |
PORTNAME= pydocstyle |
4 |
PORTNAME= pydocstyle |
| 5 |
PORTVERSION= 2.0.0 |
5 |
PORTVERSION= 2.0.0 |
|
|
6 |
PORTREVISION= 1 |
| 6 |
CATEGORIES= devel |
7 |
CATEGORIES= devel |
| 7 |
MASTER_SITES= CHEESESHOP |
8 |
MASTER_SITES= CHEESESHOP |
| 8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 13-20
Link Here
|
| 13 |
LICENSE= MIT |
14 |
LICENSE= MIT |
| 14 |
LICENSE_FILE= ${WRKSRC}/LICENSE-MIT |
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE-MIT |
| 15 |
|
16 |
|
|
|
17 |
RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}snowballstemmer>0:textproc/py-snowballstemmer |
| 18 |
|
| 16 |
USES?= python zip |
19 |
USES?= python zip |
| 17 |
USE_PYTHON= autoplist distutils |
20 |
USE_PYTHON= autoplist concurrent distutils |
| 18 |
NO_ARCH= yes |
21 |
NO_ARCH= yes |
| 19 |
|
22 |
|
| 20 |
.include <bsd.port.mk> |
23 |
.include <bsd.port.mk> |