Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= beautifulsoup |
4 |
PORTNAME= beautifulsoup |
5 |
PORTVERSION= 4.5.1 |
5 |
PORTVERSION= 4.6.0 |
6 |
CATEGORIES= www python |
6 |
CATEGORIES= www python |
7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 12-19
Link Here
|
12 |
COMMENT= HTML/XML Parser for Python |
12 |
COMMENT= HTML/XML Parser for Python |
13 |
|
13 |
|
14 |
LICENSE= MIT |
14 |
LICENSE= MIT |
|
|
15 |
LICENSE_FILE= ${WRKSRC}/COPYING.txt |
15 |
|
16 |
|
16 |
USES= python |
17 |
USES= python |
17 |
USE_PYTHON= autoplist distutils |
18 |
USE_PYTHON= autoplist concurrent distutils |
|
|
19 |
NO_ARCH= yes |
20 |
PORTDOCS= * |
18 |
|
21 |
|
|
|
22 |
OPTIONS_DEFINE= DOCS |
23 |
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} |
24 |
DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" |
25 |
|
26 |
post-install-DOCS-on: |
27 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
28 |
(cd ${WRKSRC}/build/sphinx/html && \ |
29 |
${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ |
30 |
"! -name .buildinfo -and ! -name objects.inv") |
31 |
|
19 |
.include <bsd.port.mk> |
32 |
.include <bsd.port.mk> |