summaryrefslogtreecommitdiff
path: root/dev-perl/XS-Object-Magic/XS-Object-Magic-0.04.ebuild
blob: a74c10942c580118e5542528d4bb62b2ef0bfdf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

MODULE_AUTHOR="FLORA"

inherit perl-module

DESCRIPTION="Opaque, extensible XS pointer backed objects using C<sv_magic>"

LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="dev-perl/Test-use-ok
	dev-perl/Test-Fatal
	dev-perl/extutils-depends"