diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-17 20:33:48 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-17 21:23:29 +1300 |
commit | 9812745a56b2e4103f32da71efc33e953572bf7e (patch) | |
tree | 66b01a2031f8d59cc61e8d2dadb82915e4349f0f /dev-perl/CGI-FastTemplate | |
parent | app-misc/ttyrec: override CC and CFLAGS. (diff) | |
download | gentoo-9812745a56b2e4103f32da71efc33e953572bf7e.tar.gz gentoo-9812745a56b2e4103f32da71efc33e953572bf7e.tar.bz2 gentoo-9812745a56b2e4103f32da71efc33e953572bf7e.zip |
dev-perl/CGI-FastTemplate: EAPI6ify
- EAPI6
- Enable tests
- Fix DESCRIPTION
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/CGI-FastTemplate')
-rw-r--r-- | dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.90.0-r2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.90.0-r2.ebuild b/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.90.0-r2.ebuild new file mode 100644 index 000000000000..f95e15ece9a8 --- /dev/null +++ b/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.90.0-r2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=JMOORE +DIST_VERSION=1.09 +inherit perl-module + +DESCRIPTION="High Performance Templates and Variable Interpolation" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" |