blob: 0fa9629dda425d6255cd259bdd6233a212981422 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/WWW-Curl-4.05.ebuild,v 1.1 2008/09/30 08:41:04 robbat2 Exp $
MODULE_AUTHOR="SZBALINT"
inherit perl-module
DESCRIPTION="Perl extension interface for libcurl"
IUSE=""
RDEPEND="net-misc/curl"
DEPEND="${RDEPEND}"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~ppc ~x86"
SRC_TEST="do"
|