unitas/dev-perl/IO-Compress-Lzma/IO-Compress-Lzma-2.084.ebuild

19 lines
339 B
Bash

# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=PMQS
DIST_VERSION=2.084
inherit perl-module
DESCRIPTION="Write lzma files/buffers"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="dev-perl/Compress-Raw-Lzma"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"