You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/perl-core/B-Debug/B-Debug-1.180.0-r1.ebuild

24 lines
537 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/B-Debug/B-Debug-1.180.0-r1.ebuild,v 1.1 2014/07/24 17:16:26 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=RURBAN
MODULE_VERSION=1.18
inherit perl-module
DESCRIPTION='print debug info about ops'
LICENSE=" || ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
virtual/perl-ExtUtils-MakeMaker
virtual/perl-Test-Simple
"
RDEPEND="
virtual/perl-Test-Simple
"
SRC_TEST="do"