Ticket #29625: caml-camomile-0.8.3.diff
File caml-camomile-0.8.3.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name caml-camomile 6 version 0.8. 16 version 0.8.3 7 7 categories devel ml 8 8 maintainers toots@rastageeks.org 9 9 description OCaml module to convert strings to and from various encodings 10 10 homepage http://camomile.sf.net/ 11 11 platforms darwin 12 12 master_sites sourceforge:camomile 13 distfiles camomile-${version}.tar.bz2 14 worksrcdir camomile-${version} 13 distname camomile-${version} 15 14 use_bzip2 yes 16 15 17 checksums md5 999fc48a71030a1e765b85e3c1e7b933 \ 18 sha1 331651050f82ff918efc36b34c0ce76c7b85ba5d \ 19 rmd160 e8c455fa89ac7e3a8ad78d47a14218ffcd579655 16 checksums sha1 9f2600010820689805b5ab6e4048217ea821d535 \ 17 rmd160 56651ff4625dbdd9876784c1369c5a6ed6b290a6 20 18 21 19 depends_lib port:ocaml port:caml-findlib 22 20 21 # ocaml is not universal 22 universal_variant no 23 23 24 configure.cflags {} 24 25 configure.cxxflags {} 25 26 configure.cppflags {}