Ticket #6056: parrot.Porfile.diff
File parrot.Porfile.diff, 841 bytes (added by bfulgham@…, 19 years ago) |
---|
-
lang/parrot/Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name parrot 5 version 0. 3.15 version 0.4.0 6 6 categories lang devel 7 7 maintainers bfulgham@mac.com 8 8 description Open source virtual machine (for Perl and Python) … … 16 16 homepage http://www.parrotcode.org/ 17 17 master_sites ftp://ftp.cpan.org/pub/CPAN/authors/id/L/LT/LTOETSCH/ 18 18 19 checksums md5 7cf99861ca6164da035c9cd258137f7e19 checksums md5 d8c3ff4f2dd9fd46867a9dcaf5cd0ed5 20 20 21 21 depends_build bin:perl:perl5.8 22 22 depends_lib port:gmp port:icu 23 23 24 24 configure.cmd perl Configure.pl 25 configure.pre_args --prefix= '${prefix}'/lib/parrot25 configure.pre_args --prefix=${prefix}/lib/parrot 26 26 configure.args --jitcapable --optimize 27 27 28 28 29 build.type gnu 29 30 build.target 30 31