# $Id: Portfile 82604 2011-08-16 15:58:31Z mas@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		Date-Holidays-DE 1.3.1
revision        2

maintainers		nomaintainer
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

if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-date-calc
}
platforms		darwin

supported_archs noarch
