summaryrefslogtreecommitdiff
blob: 0066797272bd687143c7d0538e02f317eaaf216f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
MODULE_AUTHOR=DOHERTY
MODULE_VERSION=0.005
inherit perl-module

DESCRIPTION="release tests for your changelog"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
comment() { echo ''; }
COMMON_DEPEND="
	>=dev-perl/Dist-Zilla-4.0.0
	$(comment ^^ Dist::Zilla::Plugin::InlineFiles)
	$(comment ^^ Dist::Zilla::Role::FileMunger)
	dev-perl/Moose
"
DEPEND="
	${COMMON_DEPEND}
	$(comment BUILD REQUIRES)
	$(comment virtual/perl-File-Find)
	virtual/perl-File-Path
	virtual/perl-File-Temp
	dev-perl/Moose-Autobox
	dev-perl/CPAN-Changes $(comment Test::CPAN::Changes)
	>=dev-perl/Dist-Zilla-4.200.2 $(comment Test::DZil)
	>=virtual/perl-Test-Simple-0.94 $(comment Test::More 0.940.0)
	virtual/perl-autodie
	$(comment CONFIGURE REQUIRES)
	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
"
RDEPEND="
	${COMMON_DEPEND}
"
SRC_TEST="do"