Ticket #31388: Portfile

File Portfile, 987 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         Test-WWW-Selenium 1.25
8#perl5.setup         Test-WWW-Selenium 1.25 ../by-authors/id/M/MA/MATTP
9platforms           darwin
10maintainers         nomaintainer
11# Uncomment this line if you know there will be no arch-specific code:
12#supported_archs     noarch
13
14description         Test::WWW::Selenium (no description available)
15
16long_description    ${description}
17
18checksums           sha256 3e9e1bc90ad6226730dcfd0f66e5ddfbcbd917bb1fdb56c760a9fd4e5c3deed6 \
19                    rmd160 c70b346ba795a1294e9ff2f4cb27a28fb20e45da
20
21depends_lib-append  port:p5-libwww-perl \
22                    port:p5-http-message \
23                    port:p5-uri \
24                    port:p5-http-message
25depends_build-append port:p5-test-exception \
26                     port:p5-test-mock-lwp
27