dev-perl/MIME-Base64-URLSafe - 0.01 (barnowl)

Search

Install

Install this version:

emerge -a =dev-perl/MIME-Base64-URLSafe-0.01

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-perl/MIME-Base64-URLSafe-0.01

Or alternatively:

emerge --autounmask-write -a =dev-perl/MIME-Base64-URLSafe-0.01

Package Information

Description:
Perl version of Python's URL-safe base64 codec

Ebuild Details

Version EAPI Keywords Slot
0.01 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Copyright 2022 William Throwe
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=KAZUHO
inherit perl-module

DESCRIPTION="Perl version of Python's URL-safe base64 codec"

SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=""
RDEPEND=""

Inherited Eclasses