diff --git a/ports/Portfile b/ports/Portfile
index 1f79c32..48aa1b2 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup compiler_blacklist_versions 1.0 |
6 | 6 | |
7 | 7 | name vaucanson |
8 | | version 2b.3 |
| 8 | version 2.0 |
9 | 9 | categories devel |
10 | 10 | platforms darwin |
11 | 11 | maintainers lrde.epita.fr:akim |
… |
… |
license GPL-3+ |
14 | 14 | description C++ generic automata/transducers platform |
15 | 15 | |
16 | 16 | long_description Vaucanson is a finite state machine manipulation platform, \ |
17 | | consisting of a library, Python bindings, and shell tools \ |
18 | | implemented on top of them. |
| 17 | consisting of a library, Python/IPython bindings, and |
| 18 | shell tools implemented on top of them. |
19 | 19 | |
20 | 20 | homepage http://vaucanson.lrde.epita.fr |
21 | 21 | master_sites http://www.lrde.epita.fr/dload/vaucanson/2.0 |
22 | 22 | use_xz yes |
23 | 23 | |
24 | | checksums rmd160 02fcd29daf1413dbdc1b91d643e04361090642ec \ |
25 | | sha256 51533d369ccc398e07c3c15ecbe2d0f818f221ad78e91d5f7a0f3f06ffbc8ca0 |
| 24 | checksums rmd160 90d6d5eb5b8e664a527238c9a8b4df4834d5d9b9 \ |
| 25 | sha256 01cee2ae49388f92e3b47b932830b49f84089b345337c4ea7b128ae3c616ac60 |
26 | 26 | |
| 27 | depends_build port:doxygen |
27 | 28 | depends_lib port:boost |
| 29 | depends_run port:graphviz |
28 | 30 | |
29 | 31 | configure.optflags -O3 |
30 | 32 | |