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/MIME-Lite-HTML/MIME-Lite-HTML-1.240.0-r1.e...

31 lines
552 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=ALIAN
DIST_VERSION=1.24
inherit perl-module
DESCRIPTION="Provide routine to transform a HTML page in a MIME-Lite mail"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-perl/HTML-Parser
dev-perl/libwww-perl
dev-perl/MIME-Lite
dev-perl/URI
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
PATCHES=(
"${FILESDIR}/${P}-tests1.patch"
"${FILESDIR}/${P}-tests2.patch"
)
DIST_TEST=do