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/PAR/PAR-1.14.0.ebuild

35 lines
650 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=RSCHUPP
DIST_VERSION=1.014
inherit perl-module
DESCRIPTION="Perl Archive Toolkit"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-solaris"
IUSE="minimal"
DEPEND="
!minimal? (
virtual/perl-Digest
dev-perl/Module-Signature
)
>=dev-perl/Archive-Zip-1.00
>=virtual/perl-AutoLoader-5.660.200
>=virtual/perl-File-Temp-0.50.0
>=virtual/perl-IO-Compress-1.300.0
>=dev-perl/PAR-Dist-0.320.0
"
RDEPEND="${DEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.590.0
"
src_test() {
perl_rm_files 't/00-pod.t'
perl-module_src_test
}