freebsd-ports/lang/crystal/pkg-message
Li-Wen Hsu cea32a3fa6 Add lang/crystal, language with Ruby-like syntax and static type checking
PR:		224459
Submitted by:	Greg V <greg@unrelenting.technology>
2018-02-19 13:23:46 +00:00

5 lines
215 B
Text

When building Crystal code with the --release flag, add the --no-debug flag to
avoid LLVM assertion errors.
Install textproc/libyaml for YAML support, math/gmp for BigInt support,
textproc/libxml2 for XML support.