19 lines
523 B
Bash
19 lines
523 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Syntax-Highlight-Engine-Simple/Syntax-Highlight-Engine-Simple-0.80.0.ebuild,v 1.1 2014/11/01 21:52:57 dilfridge Exp $
|
|
|
|
EAPI=5
|
|
|
|
MODULE_VERSION=0.08
|
|
MODULE_AUTHOR=JAMADAM
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Simple Syntax Highlight Engine"
|
|
IUSE=""
|
|
|
|
SLOT="0"
|
|
LICENSE="|| ( Artistic GPL-2 )"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
DEPEND="dev-perl/UNIVERSAL-require
|
|
virtual/perl-Module-Build"
|