|
Lines 9-15
Link Here
|
| 9 |
# bump the version here. |
9 |
# bump the version here. |
| 10 |
|
10 |
|
| 11 |
PORTNAME= stack |
11 |
PORTNAME= stack |
| 12 |
PORTVERSION= 1.3.0 |
12 |
PORTVERSION= 1.3.2 |
| 13 |
CATEGORIES= devel haskell |
13 |
CATEGORIES= devel haskell |
| 14 |
MASTER_SITES= GH \ |
14 |
MASTER_SITES= GH \ |
| 15 |
https://github.com/applicative-tech/stack-dependencies/releases/download/${PORTVERSION}/:deps |
15 |
https://github.com/applicative-tech/stack-dependencies/releases/download/${PORTVERSION}/:deps |
|
Lines 25-37
Link Here
|
| 25 |
LIB_DEPENDS= libiconv.so:converters/libiconv \ |
25 |
LIB_DEPENDS= libiconv.so:converters/libiconv \ |
| 26 |
libgmp.so:math/gmp \ |
26 |
libgmp.so:math/gmp \ |
| 27 |
libffi.so:devel/libffi |
27 |
libffi.so:devel/libffi |
| 28 |
# Some (all?) GHC binaries downloaded by stack are compiled for |
28 |
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ |
| 29 |
# FreeBSD 8 and require that gcc and libutil.so.8 are available |
29 |
gcc:lang/gcc \ |
| 30 |
RUN_DEPENDS+= gcc:lang/gcc |
|
|
| 31 |
LIB_DEPENDS+= libutil.so.8:misc/compat8x |
| 32 |
|
| 33 |
# Needed for 'stack setup' |
| 34 |
RUN_DEPENDS+= ca_root_nss>0:security/ca_root_nss \ |
| 35 |
gmake:devel/gmake |
30 |
gmake:devel/gmake |
| 36 |
USES= gmake perl5 |
31 |
USES= gmake perl5 |
| 37 |
|
32 |
|