diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-03-25 00:39:03 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-03-25 00:39:03 +0100 |
commit | 2e53e0689ab1deb57ab63b3d296ca7fefeb0f788 (patch) | |
tree | e907bfb111335b7d62032ffbccb04ec1caf96a98 /dev-perl/Test-utf8/Test-utf8-1.10.0.ebuild | |
parent | dev-perl/Log-Log4perl: amd64 stable, bug 613356 (diff) | |
download | gentoo-2e53e0689ab1deb57ab63b3d296ca7fefeb0f788.tar.gz gentoo-2e53e0689ab1deb57ab63b3d296ca7fefeb0f788.tar.bz2 gentoo-2e53e0689ab1deb57ab63b3d296ca7fefeb0f788.zip |
dev-perl/Test-utf8: New package, needed for Lab::Measurement
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Test-utf8/Test-utf8-1.10.0.ebuild')
-rw-r--r-- | dev-perl/Test-utf8/Test-utf8-1.10.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Test-utf8/Test-utf8-1.10.0.ebuild b/dev-perl/Test-utf8/Test-utf8-1.10.0.ebuild new file mode 100644 index 000000000000..12f7ba3dfb66 --- /dev/null +++ b/dev-perl/Test-utf8/Test-utf8-1.10.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=MARKF +DIST_VERSION=1.01 +inherit perl-module + +DESCRIPTION="Handy utf8 tests" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" |