blob: 8f0428a9ab45baff6381bca835c25b650507e72b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Accessor-Chained/Class-Accessor-Chained-0.01.ebuild,v 1.2 2008/11/18 14:31:05 tove Exp $
MODULE_AUTHOR="RCLAMP"
inherit perl-module
DESCRIPTION="Perl module to make chained class accessors"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND="dev-lang/perl
dev-perl/Class-Accessor"
DEPEND="virtual/perl-Module-Build"
SRC_TEST="do"
|