blob: 1a18010b9f59427ba4a6b076e045edd698db4744 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Sablot/XML-Sablot-1.10.0.ebuild,v 1.1 2011/08/27 21:08:57 tove Exp $
EAPI=4
MY_PN=XML-Sablotron
MODULE_AUTHOR=PAVELH
MODULE_VERSION=1.01
inherit perl-module multilib
DESCRIPTION="Perl Module for Sablotron"
SLOT="0"
LICENSE="|| ( MPL-1.1 GPL-2 GPL-3 )" # GPL-2+
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND="app-text/sablotron
dev-libs/expat"
DEPEND="${RDEPEND}"
myconf="SABLOTLIBPATH=/usr/$(get_libdir) SABLOTINCPATH=/usr/include"
|