blob: 757cae2aa7505ca6290935e967449289dcc74853 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Simple/Date-Simple-3.03.ebuild,v 1.2 2011/04/24 15:45:14 grobian Exp $
MODULE_AUTHOR="IZUT"
inherit perl-module
DESCRIPTION="A simple date object"
IUSE=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86 ~x86-solaris"
SRC_TEST=do
|