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

19 lines
339 B
Bash
Raw Normal View History

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