blob: 88c28dcd77e58373bdf34f7886249829dcc518d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-5.56.ebuild,v 1.3 2010/04/18 11:57:35 maekke Exp $
EAPI=2
MY_PN=Date-Manip
MY_P=${MY_PN}-${PV}
S=${WORKDIR}/${MY_P}
MODULE_AUTHOR=SBECK
inherit perl-module
DESCRIPTION="Perl date manipulation routines"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux"
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
virtual/perl-Module-Build
test? ( dev-perl/Test-Pod )"
# dev-perl/Test-Pod-Coverage )"
SRC_TEST="do"
mydoc="HISTORY"
|