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 | 7cff8c80f974fa9d884f910a29fa84e43db32f85 (patch) | |
tree | a69758d3135c9a76201b95c798bf8919a0f48f1d /dev-perl/DelimMatch | |
parent | repoman workings (diff) | |
download | historical-7cff8c80f974fa9d884f910a29fa84e43db32f85.tar.gz historical-7cff8c80f974fa9d884f910a29fa84e43db32f85.tar.bz2 historical-7cff8c80f974fa9d884f910a29fa84e43db32f85.zip |
repoman'd
Diffstat (limited to 'dev-perl/DelimMatch')
-rw-r--r-- | dev-perl/DelimMatch/DelimMatch-1.04.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/DelimMatch/DelimMatch-1.04.ebuild b/dev-perl/DelimMatch/DelimMatch-1.04.ebuild index 4ed22e17b48b..027ea0526796 100644 --- a/dev-perl/DelimMatch/DelimMatch-1.04.ebuild +++ b/dev-perl/DelimMatch/DelimMatch-1.04.ebuild @@ -1,9 +1,13 @@ # 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/DelimMatch/DelimMatch-1.04.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DelimMatch/DelimMatch-1.04.ebuild,v 1.4 2002/07/25 04:13:25 seemant Exp $ inherit perl-module DESCRIPTION="A Perl 5 module for locating delimited substrings with proper nesting" SRC_URI="http://www.nwalsh.com/perl/delimmatch/${P}.tar.gz" HOMEPAGE="http://www.walsh.com/perl/delimmatch/index.html" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" |