diff --git a/dports/devel/gflags/Portfile b/dports/devel/gflags/Portfile
index cda1ce4..814c84f 100644
a
|
b
|
|
2 | 2 | # $Id$ |
3 | 3 | |
4 | 4 | PortSystem 1.0 |
| 5 | PortGroup github 1.0 |
| 6 | PortGroup cmake 1.0 |
| 7 | github.setup gflags gflags 2.1.2 v |
5 | 8 | |
6 | 9 | name gflags |
7 | | version 2.0 |
| 10 | version 2.1.2 |
8 | 11 | categories devel |
9 | 12 | maintainers corneltek.com:c9s |
10 | 13 | |
… |
… |
long_description The gflags package contains a library that implements comman |
15 | 18 | the ability to define flags in the source file in which \ |
16 | 19 | they're used. |
17 | 20 | |
18 | | homepage http://code.google.com/p/gflags/ |
| 21 | homepage http://github.com/gflags |
19 | 22 | platforms darwin |
20 | 23 | license BSD |
21 | 24 | |
22 | | master_sites googlecode:gflags |
23 | | checksums rmd160 9a5721fcad934c47ef2055cbef0f092f560b609d \ |
24 | | sha256 ce4a5d3419f27a080bd68966e5cd9507bfa09d14341e07b78a1778a7a172d7d7 |
| 25 | checksums rmd160 f9952e5b60688b74117b8eadd580451156b04f28 \ |
| 26 | sha256 a6df00481841edc92ef2d10f1b2b7f9bcb59a515baf32729b03eeb8490af3259 |