blob: 1ba98013dbeede35b96f8f3958083ebe85c4b9e8 (
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.1 2008/09/08 10:36:07 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="dev-perl/module-build"
SRC_TEST="do"
|