diff options
Diffstat (limited to 'dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.83.ebuild')
-rw-r--r-- | dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.83.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.83.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.83.ebuild new file mode 100644 index 000000000000..18492540bfa1 --- /dev/null +++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.83.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.83.ebuild,v 1.1 2008/10/28 08:39:45 tove Exp $ + +MODULE_AUTHOR=DROLSKY +inherit perl-module + +DESCRIPTION="Time zone object base class and factory" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +SRC_TEST="do" + +RDEPEND=">=dev-perl/Params-Validate-0.72 + >=dev-perl/Class-Singleton-1.03 + dev-lang/perl" +DEPEND="${RDEPEND} + >=dev-perl/module-build-0.28" |