summaryrefslogtreecommitdiff
path: root/dev-perl/PerlMol/PerlMol-0.3500.ebuild
blob: 7f612787d1fd0adbd5637d3a53136c3903ef34c7 (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
# 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
"