18 lines
402 B
Bash
18 lines
402 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Period/Period-1.230.0.ebuild,v 1.4 2012/02/12 18:12:12 armin76 Exp $
|
|
|
|
EAPI=3
|
|
|
|
MY_PN=Time-Period
|
|
MODULE_AUTHOR=PBOYD
|
|
MODULE_VERSION=1.23
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Time period Perl module"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ppc x86"
|
|
IUSE=""
|
|
|
|
SRC_TEST=do
|