dev-perl/Verilog-Perl - 3.478 (xdch47)

Search

Install

Install this version:

emerge -a =dev-perl/Verilog-Perl-3.478

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

autounmask =dev-perl/Verilog-Perl-3.478

Or alternatively:

emerge --autounmask-write -a =dev-perl/Verilog-Perl-3.478

Package Information

Description:
Perl parsing and utilities for the Verilog Language
License:
|| ( Artistic-2 LGPL-3 )

Ebuild Details

Version EAPI Keywords Slot
3.478 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR="WSNYDER"
DIST_VERSION=${PV}
inherit perl-module

DESCRIPTION="Perl parsing and utilities for the Verilog Language"

LICENSE="|| ( Artistic-2 LGPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}"

SRC_TEST="do"

src_compile() {
	# Force linking against -lstdc++
	emake OTHERLDFLAGS="-Wl,-rpath "$EPREFIX/usr/$(get_libdir)" -lstdc++"
}

Inherited Eclasses