Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= dot2tex |
4 |
PORTNAME= dot2tex |
5 |
PORTVERSION= 2.9.0 |
5 |
PORTVERSION= 2.9.0 |
6 |
CATEGORIES= print |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= print python |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
|
9 |
|
8 |
MAINTAINER= tota@FreeBSD.org |
10 |
MAINTAINER= tota@FreeBSD.org |
9 |
COMMENT= Graphviz to LaTeX converter |
11 |
COMMENT= Graphviz to LaTeX converter |
Lines 13-23
Link Here
|
13 |
|
15 |
|
14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=1.4.8:devel/py-pyparsing@${PY_FLAVOR} \ |
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=1.4.8:devel/py-pyparsing@${PY_FLAVOR} \ |
15 |
dot:graphics/graphviz |
17 |
dot:graphics/graphviz |
|
|
18 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} |
16 |
|
19 |
|
17 |
NO_ARCH= yes |
20 |
USES= python |
18 |
USES= python:2.7 |
|
|
19 |
USE_PYTHON= distutils autoplist |
20 |
USE_GITHUB= yes |
21 |
USE_GITHUB= yes |
|
|
22 |
USE_PYTHON= distutils autoplist concurrent |
23 |
|
24 |
# Enable this before running test target |
25 |
# bsd.tex.mk doesnt support :test (only) depends |
26 |
#USE_TEX= latex |
27 |
|
21 |
GH_ACCOUNT= kjellmf |
28 |
GH_ACCOUNT= kjellmf |
22 |
|
29 |
|
|
|
30 |
NO_ARCH= yes |
31 |
|
32 |
do-test: |
33 |
@cd ${WRKSRC} && ${PYTHON_CMD} -m nose |
34 |
|
23 |
.include <bsd.port.mk> |
35 |
.include <bsd.port.mk> |