Added
Link Here
|
1 |
PORTNAME= readtime |
2 |
DISTVERSION= 3.0.0 |
3 |
CATEGORIES= textproc python |
4 |
MASTER_SITES= PYPI |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
|
7 |
MAINTAINER= kai@FreeBSD.org |
8 |
COMMENT= Calculates the time some text takes the average human to read |
9 |
WWW= https://github.com/alanhamlett/readtime |
10 |
|
11 |
LICENSE= BSD2CLAUSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
13 |
|
14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0.1:www/py-beautifulsoup@${PY_FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}markdown2>=2.4.3:textproc/py-markdown2@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}pyquery>=1.2:devel/py-pyquery@${PY_FLAVOR} |
17 |
|
18 |
USES= python |
19 |
USE_PYTHON= autoplist distutils |
20 |
|
21 |
NO_ARCH= yes |
22 |
|
23 |
.include <bsd.port.mk> |