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/PAR-Dist/PAR-Dist-0.46.ebuild

25 lines
589 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/PAR-Dist-0.46.ebuild,v 1.7 2012/04/01 18:09:37 armin76 Exp $
EAPI=2
MODULE_AUTHOR=SMUELLER
inherit perl-module
DESCRIPTION="Create and manipulate PAR distributions"
SLOT="0"
KEYWORDS="amd64 hppa x86"
IUSE=""
DEPEND="
virtual/perl-File-Spec
virtual/perl-File-Temp
|| ( dev-perl/YAML-Syck dev-perl/yaml )
dev-perl/Archive-Zip"
# || ( YAML::Syck YAML YAML-Tiny YAML-XS Parse-CPAN-Meta )
RDEPEND="${DEPEND}"
SRC_TEST="do"