24 lines
576 B
Bash
24 lines
576 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/cdk-perl/cdk-perl-20120324.ebuild,v 1.2 2012/09/12 08:48:15 ago Exp $
|
|
|
|
EAPI=4
|
|
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Perl extension for Cdk"
|
|
HOMEPAGE="http://dickey.his.com/cdk/cdk.html"
|
|
SRC_URI="mirror://gentoo/${P}.tar.gz"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 ~ia64 ~ppc ~s390 ~sparc ~x86"
|
|
IUSE=""
|
|
|
|
RDEPEND=">=dev-libs/cdk-4.9.10.20031210"
|
|
DEPEND="${RDEPEND}"
|
|
|
|
src_configure() {
|
|
default
|
|
perl-module_src_configure
|
|
}
|