Ticket #12832: Portfile

File Portfile, 525 bytes (added by kajtzu@…, 17 years ago)

rb-log4r/Portfile as an attachment, contents are same as inline

Line 
1
2PortSystem                      1.0
3PortGroup                       ruby 1.0
4
5ruby.setup                      log4r 1.0.5 gem {} sourceforge
6maintainers                     kajtzu@basen.net
7description                     Log4r is an extremely flexible logging library for Ruby
8
9long_description        Log4r is an extremely flexible logging library for Ruby. Features \
10                        include a heiarchial logging system of any number of levels and names, \
11                        multiple output destinations, logger inheritance, custom formatting and more.
12
13checksums                       md5 fef3af9bca91963a91b812f4ceb71a39
14
15depends_lib-append \
16                                        port:rb-gem_plugin
17