summaryrefslogtreecommitdiff
blob: 48d3529b26b160bae6223967688b029731f13598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR="GTERMARS"
DIST_VERSION="0.09"

inherit perl-module

DESCRIPTION="XS based CSS minifier"

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

DEPEND="
	dev-perl/Module-Build
	virtual/perl-ExtUtils-CBuilder"
RDEPEND=""