17 lines
425 B
Bash
17 lines
425 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta-YAML/CPAN-Meta-YAML-0.8.0-r1.ebuild,v 1.2 2015/06/04 16:48:30 dilfridge Exp $
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=DAGOLDEN
|
|
MODULE_VERSION=0.008
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Read and write a subset of YAML for CPAN Meta files"
|
|
|
|
SLOT="0"
|
|
KEYWORDS=""
|
|
IUSE=""
|
|
|
|
SRC_TEST="do"
|