# $Id: Portfile 67413 2010-05-08 09:02:09Z ryandesign@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		Date-Holidays-DE 1.3.1
name			p5-date-holidays-de

maintainers		mas openmaintainer
description		Perl Module to get German holidays
long_description	This module creates a list of German holidays in a \
			given year.  It knows about special holiday regulations\
			for all of Germany's federal states and also about \
			"semi-holidays" that will be treated as holidays on \
			request.  Holidays that occur on weekends can be \
			excluded from the generated list.  The generated list \
			can be freely formatted using regular strftime() \
			format definitions.

master_sites		http://search.cpan.org/CPAN/authors/id/M/MS/MSCHMITT/
checksums		md5 45f5765ca9d42cb94a073aea3773bdae \
			sha1 a5185930082c4d0a9bff65c418b39b133e39fcd7

depends_lib-append	port:p5-date-calc

platforms		darwin

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