blob: 6a01c3f40f9849a18ba8561d911a825f477c132f (
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.7 2010/11/05 13:59:16 ssuominen 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"
|