19 lines
476 B
Bash
19 lines
476 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-modules/Time-modules-2011.51.700.ebuild,v 1.6 2013/02/02 18:23:38 ulm Exp $
|
|
|
|
EAPI=4
|
|
|
|
MODULE_AUTHOR=MUIR
|
|
MODULE_SECTION=modules
|
|
MODULE_VERSION=2011.0517
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="A Date/Time Parsing Perl Module"
|
|
|
|
LICENSE="Time-modules public-domain"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ppc ppc64 x86"
|
|
IUSE=""
|
|
|
|
SRC_TEST="do"
|