diff options
Diffstat (limited to 'dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild')
-rw-r--r-- | dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild new file mode 100644 index 000000000000..b24f341ee549 --- /dev/null +++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=MATTN +DIST_VERSION=1.06 +inherit perl-module + +DESCRIPTION="check that a library is available" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=virtual/perl-File-Temp-0.160.0 + virtual/perl-Exporter + virtual/perl-File-Spec +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.620.0 + >=dev-perl/IO-CaptureOutput-1.80.100 + ) +" |