diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:13:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:13:27 +0000 |
commit | 30abe78b3fdb7defcba0bef73460d139ec73bcf3 (patch) | |
tree | 6a774ad94fe0a42d637cba9568a07d89fcc2eaa4 /dev-perl/Inline | |
parent | repoman fixes (diff) | |
download | gentoo-2-30abe78b3fdb7defcba0bef73460d139ec73bcf3.tar.gz gentoo-2-30abe78b3fdb7defcba0bef73460d139ec73bcf3.tar.bz2 gentoo-2-30abe78b3fdb7defcba0bef73460d139ec73bcf3.zip |
repoman'd
Diffstat (limited to 'dev-perl/Inline')
-rw-r--r-- | dev-perl/Inline/Inline-0.43.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/Inline/Inline-0.43.ebuild b/dev-perl/Inline/Inline-0.43.ebuild index ca220ea43054..4731498c73e6 100644 --- a/dev-perl/Inline/Inline-0.43.ebuild +++ b/dev-perl/Inline/Inline-0.43.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.43.ebuild,v 1.2 2002/07/17 04:04:40 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.43.ebuild,v 1.3 2002/07/25 04:13:26 seemant Exp $ inherit perl-module @@ -9,6 +9,10 @@ DESCRIPTION="A perl XML down translate module" SRC_URI="http://www.cpan.org/authors/id/I/IN/INGY/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/doc/INGY/Inline-0.43/Inline.pod" +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86" + DEPEND="${DEPEND} dev-perl/Test-Harness" |