Files @ 794dc86717e2
Branch filter:

Location: portage-overlay.git/dev-perl/Acme-Damn/Acme-Damn-0.04.ebuild

794dc86717e2 336 B application/vnd.gentoo.ebuild Show Annotation Show as Raw Download as Raw
chain
initial commit of main tree
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MODULE_AUTHOR="IBB"
inherit perl-module

DESCRIPTION="'Unbless' Perl objects"

SLOT="0"
KEYWORDS="~x86"
IUSE=""

SRC_TEST="do"

COMMON="dev-lang/perl"
DEPEND="${COMMON}"
RDEPEND="${COMMON}
	dev-perl/Test-Exception"