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/PerlMol/PerlMol-0.3500.ebuild

25 lines
450 B

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=ITUB
inherit perl-module
DESCRIPTION="PerlMol - Perl modules for molecular chemistry"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
virtual/perl-Storable
virtual/perl-Test-Simple
virtual/perl-Text-Balanced
virtual/perl-Scalar-List-Utils
"
BDEPEND="${RDEPEND}
dev-perl/Module-Install
virtual/perl-ExtUtils-MakeMaker
"