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.
22 lines
582 B
22 lines
582 B
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-Class-InflateColumn-Object-Enum/DBIx-Class-InflateColumn-Object-Enum-0.40.0.ebuild,v 1.2 2014/09/04 13:22:55 zlogene Exp $
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=JMMILLS
|
|
MODULE_VERSION=0.04
|
|
MODULE_A_EXT=tgz
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Allows a DBIx::Class user to define a Object::Enum column"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND="dev-perl/DBIx-Class
|
|
dev-perl/Object-Enum
|
|
dev-perl/DBICx-TestDatabase"
|
|
RDEPEND="${DEPEND}"
|