# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Data-ICal 0.16
maintainers           narf_tm openmaintainer
description           Generates iCalendar (RFC 2445) calendar files
long_description      ${description}

platforms             darwin

checksums             md5 12430864424a7bfe77e5d62a083f792c \
                      sha1 deaaa5bba850fc20162e9efc19fd82f99b24293d \
                      rmd160 27236dc078514f4c63837afdd603b75dcd96319d

depends_lib-append    port:p5-test-longstring \
                      port:p5-test-nowarnings \
                      port:p5-test-warn \
                      port:p5-class-accessor \
                      port:p5-class-returnvalue \
                      port:p5-text-vfile-asdata

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
