summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-21 19:30:11 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-21 19:30:11 +0000
commita6096d50447797dbf9c45a03514421db8fea82fe (patch)
tree232ea0b21b4c781f75be9ead3e160c535917dc6f /dev-perl/B-Keywords/B-Keywords-1.05.ebuild
parentnet-analyzer/nessus-libraries: Add patch for bug #161968 (diff)
downloadgentoo-2-a6096d50447797dbf9c45a03514421db8fea82fe.tar.gz
gentoo-2-a6096d50447797dbf9c45a03514421db8fea82fe.tar.bz2
gentoo-2-a6096d50447797dbf9c45a03514421db8fea82fe.zip
New dep for Perl-Critic
(Portage version: 2.1.2-r1)
Diffstat (limited to 'dev-perl/B-Keywords/B-Keywords-1.05.ebuild')
-rw-r--r--dev-perl/B-Keywords/B-Keywords-1.05.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/B-Keywords/B-Keywords-1.05.ebuild b/dev-perl/B-Keywords/B-Keywords-1.05.ebuild
new file mode 100644
index 000000000000..aa167a594e37
--- /dev/null
+++ b/dev-perl/B-Keywords/B-Keywords-1.05.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Keywords/B-Keywords-1.05.ebuild,v 1.1 2007/01/21 19:30:11 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Lists of reserved barewords and symbol names"
+HOMEPAGE="http://search.cpan.org/~jjore/"
+SRC_URI="mirror://cpan/authors/id/J/JJ/JJORE/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"