summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-03-21 15:54:03 +1300
committerKent Fredric <kentnl@gentoo.org>2017-03-21 15:54:03 +1300
commit50e81ef504aad3db9971a9b06c680cf88cb4f7f5 (patch)
tree2b861b620eb6ab0ffe91541b66f7f08ec365f3a9 /dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild
parentdev-perl/Data-FormValidator: Bump to version 4.850.0 (diff)
downloadgentoo-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.ebuild21
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 )
+"