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.
32 lines
580 B
32 lines
580 B
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=TYPESTER
|
|
MODULE_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"
|
|
|
|
RDEPEND="dev-perl/DateTime
|
|
dev-perl/Any-Moose
|
|
dev-perl/UNIVERSAL-require
|
|
dev-perl/XML-LibXML"
|
|
|
|
DEPEND="${RDEPEND}
|
|
test? ( dev-perl/yaml )"
|
|
|
|
src_prepare() {
|
|
sed -i '/^inc\/YAML.pm/d' MANIFEST || die
|
|
rm inc/YAML.pm || die
|
|
perl-module_src_prepare
|
|
}
|
|
|
|
SRC_TEST="do"
|