Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= lcapy |
3 |
PORTNAME= lcapy |
4 |
DISTVERSION= 40de0a2 |
4 |
DISTVERSION= g20171202 |
5 |
CATEGORIES= cad python |
5 |
CATEGORIES= cad python |
6 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
|
7 |
|
Lines 12-23
Link Here
|
12 |
|
12 |
|
13 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${FLAVOR} \ |
13 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${FLAVOR} \ |
14 |
${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${FLAVOR} \ |
14 |
${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${FLAVOR} \ |
|
|
15 |
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${FLAVOR} |
16 |
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${FLAVOR} |
16 |
|
17 |
|
17 |
USES= python:2.7 |
18 |
USES= python |
18 |
USE_PYTHON= distutils autoplist |
19 |
USE_PYTHON= distutils concurrent autoplist |
19 |
USE_GITHUB= yes |
20 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= mph- |
21 |
GH_ACCOUNT= mph- |
|
|
22 |
GH_TAGNAME= 23c940f |
21 |
PORTEXAMPLES= netlists \ |
23 |
PORTEXAMPLES= netlists \ |
22 |
networks \ |
24 |
networks \ |
23 |
notebooks \ |
25 |
notebooks \ |