diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-23 07:48:45 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-23 07:48:45 +0000 |
commit | 01c4aac4422f404d5af6d775d05bdda8e9eab50c (patch) | |
tree | 53e50384753ee56f4e6b61a3819542a811f7a2e7 /dev-perl/B-OPCheck/B-OPCheck-0.27.ebuild | |
parent | Version bump. (diff) | |
download | historical-01c4aac4422f404d5af6d775d05bdda8e9eab50c.tar.gz historical-01c4aac4422f404d5af6d775d05bdda8e9eab50c.tar.bz2 historical-01c4aac4422f404d5af6d775d05bdda8e9eab50c.zip |
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/B-OPCheck/B-OPCheck-0.27.ebuild')
-rw-r--r-- | dev-perl/B-OPCheck/B-OPCheck-0.27.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/B-OPCheck/B-OPCheck-0.27.ebuild b/dev-perl/B-OPCheck/B-OPCheck-0.27.ebuild new file mode 100644 index 000000000000..35f624596c75 --- /dev/null +++ b/dev-perl/B-OPCheck/B-OPCheck-0.27.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-OPCheck/B-OPCheck-0.27.ebuild,v 1.1 2009/06/23 07:34:08 robbat2 Exp $ + +MODULE_AUTHOR="NUFFIN" +EAPI=2 + +inherit perl-module + +DESCRIPTION="PL_check hacks using Perl callbacks" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" |