Ticket #18993: Portfile

File Portfile, 785 bytes (added by macports@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem        1.0
4
5name              ocamlgsl
6version           0.6.0
7categories        math science
8maintainers       nomaintainer
9description       GNU scientific library for OCaml
10long_description  \
11    This is an interface to GSL (GNU scientific library) for the Objective Caml language.\
12    See the gsl port for more details.
13homepage          http://oandrieu.nerim.net/ocaml/gsl/
14platforms         darwin
15master_sites      http://oandrieu.nerim.net/ocaml/gsl/
16checksums         md5    04795211d49c2fe1f59a5669f33ec5fc         \
17                  sha1   819d2f95f44cc4c331a4aa644f8d23704477de05 \
18                  rmd160 f7e9db2f388694dbede5b95ed961cb6eeef1fb00
19patchfiles              patch-Makefile.diff
20depends_lib       port:gsl port:ocaml
21use_configure     no