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/MARC-File-XML/MARC-File-XML-1.0.3.ebuild

22 lines
406 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MY_PN=MARC-XML
MODULE_AUTHOR=GMCHARLT
inherit perl-module
DESCRIPTION="A subclass of MARC.pm to provide XML support"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="dev-perl/XML-SAX
dev-perl/XML-LibXML
dev-perl/MARC-Charset
dev-perl/MARC-Record"
DEPEND="${RDEPEND}"
SRC_TEST=do