diff options
Diffstat (limited to 'dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild')
-rw-r--r-- | dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild new file mode 100644 index 00000000..5ef90e9d --- /dev/null +++ b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +RESTRICT="mirror" +MODULE_AUTHOR=PEVANS +MODULE_VERSION=0.09 +inherit perl-module + +DESCRIPTION='configure-time utilities for using C headers,' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +perl_meta_build() { + # Module::Build + echo virtual/perl-Module-Build + # Test::Fatal + echo dev-perl/Test-Fatal + # Test::More + echo virtual/perl-Test-Simple +} +perl_meta_runtime() { + # ExtUtils::CBuilder + echo virtual/perl-ExtUtils-CBuilder +} +DEPEND=" + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do parallel" |