blob: 1eae36ced656cc77b39ec7c8fb95fc9079913d7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.10.ebuild,v 1.2 2009/12/14 22:57:47 tove Exp $
MODULE_AUTHOR="CFAERBER"
inherit perl-module
DESCRIPTION="Parse and format SQLite dates and times"
IUSE=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
DEPEND="=dev-perl/DateTime-0.51
>=dev-perl/DateTime-Format-Builder-0.7901
dev-lang/perl"
SRC_TEST=do
|