Commits
Ken Cunningham authored e23ca8f9643
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup meson 1.0 |
5 5 | PortGroup compiler_blacklist_versions 1.0 |
6 6 | |
7 7 | name epiphany |
8 8 | version 3.28.3.1 |
9 + | revision 1 |
9 10 | license GPL-2+ |
10 11 | set branch [join [lrange [split ${version} .] 0 1] .] |
11 12 | description A GNOME Web browser. |
12 13 | long_description A web browser is more than an application, it is a \ |
13 14 | way of thinking, it is a way of seeing the world. \ |
14 15 | Epiphany's principles are simplicity and standards \ |
15 16 | compliance. |
16 17 | maintainers {devans @dbevans} openmaintainer |
17 18 | categories gnome www |
18 19 | platforms darwin |