diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-26 13:57:02 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-26 13:57:02 +1300 |
commit | 36af3e644bfec5a69f5adbbf9bf7e9a59a81b0ca (patch) | |
tree | e5362c9b3bc80eee6324246ac5c6011c4675f882 /dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild | |
parent | dev-perl/IMAP-Admin: Bump to version 1.6.8 (diff) | |
download | gentoo-36af3e644bfec5a69f5adbbf9bf7e9a59a81b0ca.tar.gz gentoo-36af3e644bfec5a69f5adbbf9bf7e9a59a81b0ca.tar.bz2 gentoo-36af3e644bfec5a69f5adbbf9bf7e9a59a81b0ca.zip |
dev-perl/HTML-Template-JIT: Fix missing RDEP on Inline-C
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild')
-rw-r--r-- | dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild new file mode 100644 index 000000000000..f08524176309 --- /dev/null +++ b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=SAMTREGAR +DIST_VERSION=0.05 +DIST_EXAMPLES=("script/benchmark.pl") +inherit perl-module + +DESCRIPTION="a just-in-time compiler for HTML::Template" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-perl/HTML-Template-2.8 + dev-perl/Inline + dev-perl/Inline-C +" +DEPEND="${RDEPEND}" +PATCHES=("${FILESDIR}/${P}-no-dot-inc.patch") |