diff options
Diffstat (limited to 'dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r2.ebuild')
-rw-r--r-- | dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r2.ebuild b/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r2.ebuild new file mode 100644 index 000000000000..1f65c4b520ce --- /dev/null +++ b/dev-perl/Hash-NoRef/Hash-NoRef-0.30.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=GMPASSOS +DIST_VERSION=0.03 +inherit perl-module + +DESCRIPTION="Hash to store values without increasing reference count (weak references)" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |