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/dev-perl/DBIx-Class-InflateColumn-IP/DBIx-Class-InflateColumn-IP...

20 lines
514 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-Class-InflateColumn-IP/DBIx-Class-InflateColumn-IP-0.20.20.ebuild,v 1.1 2011/12/02 15:23:06 tove Exp $
EAPI=4
MODULE_AUTHOR=ILMARI
MODULE_VERSION=0.02002
inherit perl-module
DESCRIPTION="Auto-create NetAddr::IP objects from columns"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-perl/NetAddr-IP
>=dev-perl/DBIx-Class-0.08107"
RDEPEND="${DEPEND}"