Ticket #31387: Portfile

File Portfile, 771 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-Mock-LWP 0.06
8#perl5.setup         Test-Mock-LWP 0.06 ../by-authors/id/L/LU/LUKEC
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::Mock::LWP (no description available)
15
16long_description    ${description}
17
18checksums           sha256 92e4871cb7c483d4f4e688d7a5b4910cc0ab471936591ae597c1f1c3f6227001 \
19                    rmd160 924ddafae359fe85b8cca31e593023750e9e828f
20
21depends_lib-append  port:p5-test-mockobject
22
23