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/XML-RSS-LibXML/XML-RSS-LibXML-0.310.500.eb...

34 lines
629 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=DMAKI
DIST_VERSION=0.3105
inherit perl-module
DESCRIPTION="XML::RSS with XML::LibXML"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="test minimal"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Class-Accessor
dev-perl/DateTime-Format-Mail
dev-perl/DateTime-Format-W3CDTF
virtual/perl-Encode
dev-perl/UNIVERSAL-require
>=dev-perl/XML-LibXML-1.660.0
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.380.0
virtual/perl-CPAN-Meta
test? (
!minimal? (
dev-perl/Test-Exception
dev-perl/Test-Warn
)
)
"