summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild')
-rw-r--r--dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild b/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild
new file mode 100644
index 000000000000..8844675c4421
--- /dev/null
+++ b/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild,v 1.1 2013/03/30 19:15:22 titanofold Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=DWHEELER
+MODULE_VERSION=3.29
+inherit perl-module
+
+DESCRIPTION="Stream TAP from pgTAP test scripts"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="virtual/perl-Test-Harness"
+DEPEND="${RDEPEND}
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ virtual/perl-Module-Build
+"
+
+SRC_TEST="do"