You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/PPI-PowerToys/PPI-PowerToys-0.140.0.ebuild

27 lines
624 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPI-PowerToys/PPI-PowerToys-0.140.0.ebuild,v 1.1 2014/10/19 21:35:03 dilfridge Exp $
EAPI=5
MODULE_AUTHOR="ADAMK"
MODULE_VERSION=0.14
inherit perl-module
DESCRIPTION="A handy collection of small PPI-based utilities"
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
>=dev-perl/File-Find-Rule-0.32
>=dev-perl/File-Find-Rule-Perl-1.10
>=dev-perl/Test-Script-1.70.0
>=dev-perl/Probe-Perl-0.01
dev-perl/PPI
dev-perl/IPC-Run3
"