Ticket #2933: Portfile

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

Portfile

Line 
1# $Id$
2
3PortSystem                      1.0
4PortGroup                       perl5 1.0
5perl5.setup                     DateTime-Locale 0.21
6maintainers                     mat@FreeBSD.org
7description                     Localization support for DateTime
8long_description \
9        DateTime::Locale is primarily a factory for the various locale \
10        subclasses. It also provides some functions for getting information on \
11        available locales. \
12        If you want to know what methods are available for locale objects, then \
13        please read the DateTime::Locale::Base documentation.
14
15platforms                       darwin
16
17checksums md5 57b7717cc5a1ff34efedcfe3414d2ed4
18
19perl5.use_module_build