Commits
Mojca Miklavec authored fd490f0d7ea
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | name extractopinion |
7 7 | version 1.2 |
8 - | revision 4 |
8 + | revision 5 |
9 9 | categories textproc japanese |
10 10 | maintainers nomaintainer |
11 11 | |
12 12 | description an opinion extraction tool for Japanese texts |
13 13 | long_description ${name} is ${description}. |
14 14 | |
15 15 | homepage http://alaginrc.nict.go.jp/opinion/index.html |
16 16 | platforms darwin |
17 17 | license {BSD LGPL GPL} |
18 18 | |
19 19 | master_sites http://alaginrc.nict.go.jp/opinion/src/ |
20 20 | checksums rmd160 abbfb97605e4316349f279332d3785af3c39d9a0 \ |
21 21 | sha256 09c0a2ca339bc5b50afccecbf0b130aec9d15445155ee36fa6605a02952db3cb |
22 22 | |
23 23 | patchfiles patch-extract.sh.diff \ |
24 24 | patch-makemdl.sh.diff \ |
25 25 | patch-crftrain.sh.diff \ |
26 26 | patch-lib_tsv.pm.diff \ |
27 27 | patch-perl.diff |
28 28 | |
29 - | perl5.branches 5.24 |
29 + | perl5.branches 5.26 |
30 30 | |
31 31 | depends_lib port:crfpp \ |
32 32 | port:libiconv \ |
33 33 | port:gawk \ |
34 34 | port:p${perl5.major}-text-csv_xs \ |
35 35 | port:juman6 \ |
36 36 | port:knp3 |
37 37 | |
38 38 | use_configure no |
39 39 | |