summaryrefslogtreecommitdiff
blob: c13870e1c2dbf31a1fcce1f0b62dbe32f30105b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# This ebuild generated by g-cpan 0.16.4

EAPI="2"

MODULE_AUTHOR="JOEATZ"
MODULE_A_EXT="tgz"
# This is crazy
S="${WORKDIR}/atz-${PN}-327e01f"

inherit perl-module

DESCRIPTION="Objects for U.N. EDI data"

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

DEPEND=">=dev-perl/File-Find-Rule-0.32
	>=dev-perl/JSON-XS-2.3
	>=dev-perl/Exporter-Easy-0.16
	dev-perl/List-MoreUtils
	>=dev-perl/UNIVERSAL-require-0.13
	dev-lang/perl"

src_unpack() {
	perl-module_src_unpack
	# Upstream has really weird naming
	[ -d "${S}" ] || \
	die "Upstream has changed the directory again, please file a bug"
}