blob: 13b96876d4ee895acc114b5e7f0b2affe76bda66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.24.ebuild,v 1.1 2008/09/29 02:06:23 robbat2 Exp $
MODULE_AUTHOR="MIRK"
inherit perl-module
DESCRIPTION="Perl extension for invoking the ZOOM-C API"
IUSE=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86 ~ppc"
|