summaryrefslogtreecommitdiff
blob: 4dc6d7ec9b7a7adfa7380196fae25a7b01292220 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2017 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=""