Ticket #17386: Portfile

File Portfile, 785 bytes (added by blair@…, 15 years ago)
Line 
1# $Id: $
2
3PortSystem          1.0
4PortGroup           ruby 1.0
5
6ruby.setup          uuidtools 1.0.4 gem {} rubyforge_gem
7
8maintainers         devclue.com:blair openmaintainer
9description         Generate UUIDs (or GUIDs) with Ruby.
10long_description    UUIDTools was designed to be a simple library for \
11                    generating any of the various types of UUIDs (or GUIDs \
12                    if you prefer to call them that). It conforms to RFC 4122 \
13                    whenever possible.
14homepage            http://rubyforge.org/projects/uuidtools/
15platforms           darwin
16
17checksums           md5 6a4b126b4e20192ad75955a886640dbc \
18                    rmd160 7bb0cb77a36eb97372dd8713035ca66bf482f530 \
19                    sha1 273584ecc69e9957963a7c93e91d43edc1924e79
20