diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-16 08:24:32 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-16 08:24:32 +0000 |
commit | 136ea403050edfadd02a934474084d0a17e36d9f (patch) | |
tree | 9071f63704680789b353453bef21af9b37b43ab4 /dev-perl/Text-Glob/Text-Glob-0.07.ebuild | |
parent | Version bump; added test use/dep (diff) | |
download | gentoo-2-136ea403050edfadd02a934474084d0a17e36d9f.tar.gz gentoo-2-136ea403050edfadd02a934474084d0a17e36d9f.tar.bz2 gentoo-2-136ea403050edfadd02a934474084d0a17e36d9f.zip |
Version bump
(Portage version: 2.1.1_pre3)
Diffstat (limited to 'dev-perl/Text-Glob/Text-Glob-0.07.ebuild')
-rw-r--r-- | dev-perl/Text-Glob/Text-Glob-0.07.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Text-Glob/Text-Glob-0.07.ebuild b/dev-perl/Text-Glob/Text-Glob-0.07.ebuild new file mode 100644 index 000000000000..3ee9de953206 --- /dev/null +++ b/dev-perl/Text-Glob/Text-Glob-0.07.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.07.ebuild,v 1.1 2006/07/16 08:24:32 ian Exp $ + +inherit perl-module + +DESCRIPTION="Match globbing patterns against text" +SRC_URI="mirror://cpan/authors/id/R/RC/RCLAMP/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.readme" + +SRC_TEST="do" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-perl/module-build-0.28" |