Lines 10-15
Link Here
|
10 |
|
10 |
|
11 |
PORTNAME= stack |
11 |
PORTNAME= stack |
12 |
PORTVERSION= 1.1.2 |
12 |
PORTVERSION= 1.1.2 |
|
|
13 |
PORTREVISION= 1 |
13 |
CATEGORIES= devel haskell |
14 |
CATEGORIES= devel haskell |
14 |
MASTER_SITES= GH \ |
15 |
MASTER_SITES= GH \ |
15 |
https://github.com/applicative-tech/stack-dependencies/releases/download/${PORTVERSION}/:deps |
16 |
https://github.com/applicative-tech/stack-dependencies/releases/download/${PORTVERSION}/:deps |
Lines 30-36
Link Here
|
30 |
RUN_DEPENDS+= gcc:lang/gcc |
31 |
RUN_DEPENDS+= gcc:lang/gcc |
31 |
LIB_DEPENDS+= libutil.so.8:misc/compat8x |
32 |
LIB_DEPENDS+= libutil.so.8:misc/compat8x |
32 |
|
33 |
|
33 |
USES= gmake |
34 |
# Needed for 'stack setup' |
|
|
35 |
RUN_DEPENDS+= ca_root_nss>0:security/ca_root_nss \ |
36 |
gmake:devel/gmake |
37 |
USES= gmake perl5 |
38 |
|
34 |
USE_GITHUB= yes |
39 |
USE_GITHUB= yes |
35 |
GH_ACCOUNT= applicative-tech |
40 |
GH_ACCOUNT= applicative-tech |
36 |
GH_PROJECT= stack-dependencies |
41 |
GH_PROJECT= stack-dependencies |