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

EAPI=6

DIST_AUTHOR="LKUNDRAK"
DIST_VERSION="1.3"
inherit perl-module

DESCRIPTION="Perl bindings for the RPM Package Manager API"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="app-arch/rpm
	virtual/perl-File-Path
	virtual/perl-File-Spec"
DEPEND="dev-perl/Module-Build"