mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
- EAPI6 Upstream: - No longer uses UNIVERSAL::require - Annoying author tests removed from install path Package-Manager: portage-2.2.28
22 lines
374 B
Bash
22 lines
374 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=6
|
|
|
|
DIST_VERSION=0.09
|
|
DIST_AUTHOR=JAMADAM
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Simple Syntax Highlight Engine"
|
|
IUSE="test"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND=""
|
|
DEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? ( virtual/perl-Test-Simple )
|
|
"
|