Ticket #31671: Portfile

File Portfile, 773 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         XML-Writer-String 0.1
8#perl5.setup         XML-Writer-String 0.1 ../by-authors/id/S/SO/SOLIVER
9platforms           darwin
10maintainers         nomaintainer
11# Uncomment this line if you know there will be no arch-specific code:
12#supported_archs     noarch
13
14description         Module to capture output from XML::Writer
15
16long_description    ${description}
17
18checksums           sha256 31901cc85c6f771d34cb9814587296d99461f14eedebb4ed83b8b17b2b6d0ba6 \
19                    rmd160 9eeede901d28bb69f2d976376240349f0364a59e
20
21depends_lib-append  port:p5-xml-writer
22
23