mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
42 lines
764 B
Bash
42 lines
764 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DIST_AUTHOR=TYPESTER
|
|
DIST_VERSION=0.09
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="(de)serializer perl module for Adobe's AMF (Action Message Format)"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE="test"
|
|
RESTRICT="!test? ( test )"
|
|
|
|
RDEPEND="dev-perl/DateTime
|
|
dev-perl/Any-Moose
|
|
dev-perl/UNIVERSAL-require
|
|
dev-perl/XML-LibXML"
|
|
|
|
BDEPEND="${RDEPEND}
|
|
test? (
|
|
dev-perl/YAML
|
|
dev-perl/Spiffy
|
|
dev-perl/Test-Base
|
|
virtual/perl-Test-Simple
|
|
)
|
|
"
|
|
PERL_RM_FILES=(
|
|
"inc/YAML.pm"
|
|
"inc/Spiffy.pm"
|
|
"inc/Test/More.pm"
|
|
"inc/Test/Base.pm"
|
|
"inc/Test/Builder.pm"
|
|
"inc/Test/Base/Filter.pm"
|
|
"inc/Test/Builder/Module.pm"
|
|
)
|
|
PATCHES=(
|
|
"${FILESDIR}/${PN}-0.09-no-dot-inc.patch"
|
|
)
|