Last change
on this file was
139871,
checked in by jmr@…, 3 years ago
|
use expected license version number format (no trailing .0)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
968 bytes
|
Line | |
---|
1 | # $Id: Portfile 139871 2015-08-31 10:47:07Z jmr@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup ocaml 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup janestreet textutils 109.53.02 |
---|
8 | |
---|
9 | name ocaml-textutils |
---|
10 | revision 2 |
---|
11 | categories devel ml |
---|
12 | platforms darwin |
---|
13 | license Apache-2 |
---|
14 | maintainers mww openmaintainer |
---|
15 | description OCaml text output utilities library |
---|
16 | long_description ${description} |
---|
17 | homepage https://ocaml.janestreet.com/code |
---|
18 | checksums rmd160 c326157cf59569eb4e318cc5989380867ce5ed8c \ |
---|
19 | sha256 78436c81b564ece217d332e0b52989605cd13289750389bc3ca4cdb624b9d743 |
---|
20 | |
---|
21 | depends_lib port:ocaml \ |
---|
22 | port:ocaml-findlib \ |
---|
23 | port:ocaml-async \ |
---|
24 | port:ocaml-core \ |
---|
25 | port:ocaml-pa-ounit \ |
---|
26 | port:ocaml-sexplib |
---|
27 | |
---|
28 | use_oasis yes |
---|
29 | #use_oasis_doc yes |
---|
30 | |
---|
31 | configure.args-append "--destdir ${destroot}" |
---|
32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.