1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | perl5.setup DateTime-TimeZone 0.35 |
---|
6 | maintainers mat@FreeBSD.org |
---|
7 | description Time zone object base class and factory |
---|
8 | long_description \ |
---|
9 | This class is the base class for all time zone objects. A time zone is \ |
---|
10 | represented internally as a set of observances, each of which describes \ |
---|
11 | the offset from GMT for a given time period. |
---|
12 | |
---|
13 | platforms darwin |
---|
14 | |
---|
15 | checksums md5 e767728559b4de5b937d98ececad67cc |
---|
16 | |
---|
17 | depends_lib-append lib:XXX:p5-params-validate lib:XXX:p5-class-singleton |
---|
18 | |
---|
19 | perl5.use_module_build |
---|