Ticket #2935: Portfile

File Portfile, 549 bytes (added by mat@…, 19 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem                      1.0
4PortGroup                       perl5 1.0
5perl5.setup                     DateTime-TimeZone 0.35
6maintainers                     mat@FreeBSD.org
7description                     Time zone object base class and factory
8long_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
13platforms                       darwin
14
15checksums md5 e767728559b4de5b937d98ececad67cc
16
17depends_lib-append  lib:XXX:p5-params-validate lib:XXX:p5-class-singleton
18
19perl5.use_module_build