Ticket #30775: Portfile

File Portfile, 790 bytes (added by pengyu.ut@…, 13 years ago)
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$
3
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7perl5.setup         WWW-Mechanize-Sleepy 0.7
8#perl5.setup         WWW-Mechanize-Sleepy 0.7 ../by-authors/id/K/KN/KNTONAS
9platforms           darwin
10maintainers         nomaintainer
11# Uncomment this line if you know there will be no arch-specific code:
12#supported_archs     noarch
13
14description         WWW::Mechanize::Sleepy (no description available)
15
16long_description    ${description}
17
18checksums           sha256 490c4ffca395fb523633d9981472d91f5fd2aa671dbbbab0de509c910b7e13bf \
19                    rmd160 4f3a6936ad9dbf267135cb752a54f0f2b4248869
20
21depends_lib-append  port:p5-www-mechanize
22
23