Ticket #30764: Portfile

File Portfile, 838 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         HTML-TreeBuilder-XPath 0.13
8#perl5.setup         HTML-TreeBuilder-XPath 0.13 ../by-authors/id/M/MI/MIROD
9platforms           darwin
10maintainers         nomaintainer
11# Uncomment this line if you know there will be no arch-specific code:
12#supported_archs     noarch
13
14description         HTML::TreeBuilder::XPath (no description available)
15
16long_description    ${description}
17
18checksums           sha256 40d21b7531bcf62710f028e42851e2e8833ce1f9976608828c749bbe9050e16e \
19                    rmd160 d96099c81db863d7ad2789efa283c539c2b0f9f1
20
21depends_lib-append  port:p5-xml-xpathengine \
22                    port:p5-html-tree
23
24