diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-05-12 15:10:45 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-05-12 15:10:45 +0000 |
commit | f60b3cab0ea8dd78bb1587bbe312402cdfbf6604 (patch) | |
tree | 5ddbbcd28433aff60fb3d57736f2a147e57c84ee /dev-perl/Text-Glob/Text-Glob-0.08.ebuild | |
parent | Sign Manifest. (diff) | |
download | gentoo-2-f60b3cab0ea8dd78bb1587bbe312402cdfbf6604.tar.gz gentoo-2-f60b3cab0ea8dd78bb1587bbe312402cdfbf6604.tar.bz2 gentoo-2-f60b3cab0ea8dd78bb1587bbe312402cdfbf6604.zip |
Version bump
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-perl/Text-Glob/Text-Glob-0.08.ebuild')
-rw-r--r-- | dev-perl/Text-Glob/Text-Glob-0.08.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Text-Glob/Text-Glob-0.08.ebuild b/dev-perl/Text-Glob/Text-Glob-0.08.ebuild new file mode 100644 index 000000000000..52711b092dfb --- /dev/null +++ b/dev-perl/Text-Glob/Text-Glob-0.08.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 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.08.ebuild,v 1.1 2007/05/12 15:10:45 mcummings 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 + dev-lang/perl" |