summaryrefslogtreecommitdiffstats
path: root/perl-cpan/parrot/DEPENDS
blob: be5e519f5faafc4934aacf446628fccf2074c761 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
depends zlib &&
depends           perl                                           &&
optional_depends  gmp  ""  "--without-gmp"  "for GMP support"    &&
optional_depends  gdbm ""  "--without-gdbm" "for GDBM support"   &&
optional_depends  icu  ""  "--without-icu"  "for ICU support"    &&
optional_depends  GLUT     ''  '--without-opengl' "OpenGL support" &&
optional_depends  openssl  '' '--without-crypto' 'crypto support'  &&
optional_depends  pcre     '' '--without-pcre' 'regex support'   &&
optional_depends  readline '' '' 'line editing'    &&
optional_depends  gettext  '' '--without-gettext' 'multilingual support' &&
optional_depends  libffi   '' '--without-libffi' 'message passing'
optional_depends  llvm     '--with-llvm' '' 'Link to LLVM'