You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Data-AMF/Data-AMF-0.90.0-r2.ebuild

41 lines
745 B

# Copyright 1999-2020 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
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"
)