diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-06-04 01:09:47 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-06-04 01:09:47 +0000 |
commit | b3a829afd5de21fa4aa5dff5e56e224cbf3cd9ed (patch) | |
tree | cf633edef79bb1d24556a372890be6416c2cc800 /dev-perl/Time-Duration/Time-Duration-1.02.ebuild | |
parent | Fills bug 21791 (diff) | |
download | historical-b3a829afd5de21fa4aa5dff5e56e224cbf3cd9ed.tar.gz historical-b3a829afd5de21fa4aa5dff5e56e224cbf3cd9ed.tar.bz2 historical-b3a829afd5de21fa4aa5dff5e56e224cbf3cd9ed.zip |
Fills bug 21791
Diffstat (limited to 'dev-perl/Time-Duration/Time-Duration-1.02.ebuild')
-rw-r--r-- | dev-perl/Time-Duration/Time-Duration-1.02.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-perl/Time-Duration/Time-Duration-1.02.ebuild b/dev-perl/Time-Duration/Time-Duration-1.02.ebuild new file mode 100644 index 000000000000..d9f2bfe6c498 --- /dev/null +++ b/dev-perl/Time-Duration/Time-Duration-1.02.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/Time-Duration-1.02.ebuild,v 1.1 2003/06/04 01:09:41 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Rounded or exact English expression of durations" +SRC_URI="http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/${P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~alpha ~arm ~hppa ~mips ~ppc ~sparc" + |