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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 |
---|
8 | perl5.setup Google-ProtocolBuffers 0.11 |
---|
9 | revision 0 |
---|
10 | license {Artistic-1 GPL} |
---|
11 | maintainers nomaintainer |
---|
12 | description simple interface to Google Protocol Buffers |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | checksums rmd160 ecfc0d4f3338b62e8fd829ea9b1fb9c72211e913 \ |
---|
18 | sha256 615505aeff0363c2bf697a54a57192b9e037093c84a2205ce04ad8ef169b5a4c |
---|
19 | |
---|
20 | if {${perl5.major} != ""} { |
---|
21 | depends_lib port:p${perl5.major}-class-accessor port:p${perl5.major}-parse-recdescent |
---|
22 | } |
---|
23 | |
---|