blob: 2a14608c1e7e2a5547965a2e58a8dff55b508499 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CUPS/Net-CUPS-0.55.ebuild,v 1.3 2007/12/17 19:19:46 drac Exp $
inherit perl-module
DESCRIPTION="CUPS C API Interface"
HOMEPAGE="http://search.cpan.org/~dhageman/"
SRC_URI="mirror://cpan/authors/id/D/DH/DHAGEMAN/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="amd64 ia64 x86"
IUSE="test"
SRC_TEST="do"
DEPEND=">=net-print/cups-1.1.21
dev-lang/perl
test? ( virtual/perl-Test-Simple )"
|