blob: 983c14e25af5534c2499d70a9fc8e512a72b07da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Period/Period-1.240.0-r1.ebuild,v 1.1 2013/09/13 13:56:33 idella4 Exp $
EAPI=5
MY_PN=Time-Period
MODULE_AUTHOR=PBOYD
MODULE_VERSION=1.24
inherit perl-module
DESCRIPTION="Time period Perl module"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
SRC_TEST=do
|