pentoo-overlay/dev-perl/Encoding-BER/Encoding-BER-1.02.ebuild
2025-01-06 10:56:50 +08:00

20 lines
512 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit perl-module
DESCRIPTION="Perl module for encoding/decoding data using ASN.1 Basic Encoding Rules (BER)"
HOMEPAGE="https://github.com/jaw0/Encoding-BER"
SRC_URI="mirror://cpan/authors/id/J/JA/JAW/${P}.tar.gz"
#http://search.cpan.org/CPAN/authors/id/J/JA/JAW/Encoding-BER-0.01.tar.gz
LICENSE="Artistic"
SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86"
IUSE=""
SRC_TEST="do"
DEPEND="dev-lang/perl"