Ticket #33816: Portfile

File Portfile, 974 bytes (added by mac@…, 12 years ago)

portfile generated with "./cpan2port -t DateTime::Format::ICal"

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         DateTime-Format-ICal 0.09
8#perl5.setup         DateTime-Format-ICal 0.09 ../by-authors/id/D/DR/DROLSKY
9platforms           darwin
10maintainers         nomaintainer
11# Uncomment this line if you know there will be no arch-specific code:
12#supported_archs     noarch
13
14description         DateTime::Format::ICal (no description available)
15
16long_description    ${description}
17
18checksums           sha256 8b09f6539f5e9c0df0e6135031699ed4ef9eef8165fc80aefeecc817ef997c33 \
19                    rmd160 f243f1b9e4a016d9e04dda4fa25278be27895380
20
21depends_lib-append  port:p5-datetime \
22                    port:p5-datetime-event-ical \
23                    port:p5-datetime-timezone \
24                    port:p5-datetime-set \
25                    port:p5-params-validate
26
27