Ticket #24553: Portfile

File Portfile, 566 bytes (added by gallafent, 14 years ago)

Portfile to install rb-mechanize 1.0.0 including dependency on nokogiri

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 38393 2008-07-18 12:23:28Z jmr@macports.org $
3
4PortSystem                      1.0
5PortGroup                       ruby 1.0
6
7ruby.setup                      mechanize 1.0.0 gem {} rubyforge_gem
8platforms           darwin
9maintainers                     basen.net:kajtzu
10
11description                     WWW::Mechanize, a handy web browsing ruby object.
12long_description        ${description}
13
14checksums                       md5 a3575ab47adf8c64eee1f7886ab52181
15
16depends_lib-append  port:rb-gem_plugin
17depends_run-append  port:rb-nokogiri