diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-03-21 15:54:03 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-03-21 15:54:03 +1300 |
commit | 50e81ef504aad3db9971a9b06c680cf88cb4f7f5 (patch) | |
tree | 2b861b620eb6ab0ffe91541b66f7f08ec365f3a9 /dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild | |
parent | dev-perl/Data-FormValidator: Bump to version 4.850.0 (diff) | |
download | gentoo-50e81ef504aad3db9971a9b06c680cf88cb4f7f5.tar.gz gentoo-50e81ef504aad3db9971a9b06c680cf88cb4f7f5.tar.bz2 gentoo-50e81ef504aad3db9971a9b06c680cf88cb4f7f5.zip |
dev-perl/Sys-Mmap: Bump to version 0.190.0
- EAPI6
- Tests enabled
Upstream:
- Add new constants "MAP_NORESERVE","MAP_HUGETLB","MAP_HUGE_2MB",
"MAP_HUGE_1GB"
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild')
-rw-r--r-- | dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild b/dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild new file mode 100644 index 000000000000..1798e00ec54d --- /dev/null +++ b/dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=SWALTERS +DIST_VERSION=0.19 + +inherit perl-module + +DESCRIPTION="Uses mmap to map in a file as a Perl variable" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc" +IUSE="test" + +RDEPEND="virtual/perl-XSLoader" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" |