diff options
Diffstat (limited to 'dev-perl/Best/Best-0.120.ebuild')
-rw-r--r-- | dev-perl/Best/Best-0.120.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Best/Best-0.120.ebuild b/dev-perl/Best/Best-0.120.ebuild new file mode 100644 index 000000000..591247f7c --- /dev/null +++ b/dev-perl/Best/Best-0.120.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +MODULE_VERSION=0.12 +MODULE_AUTHOR=GAAL +inherit perl-module + +DESCRIPTION="Fallbackable module loader" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +SRC_TEST=do +PREFER_BUILDPL=no |