summaryrefslogtreecommitdiff
blob: 27337d9cbdbde27cf4d960ac6a5f96376a92ac55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

MODULE_AUTHOR=LLAP
MODULE_VERSION="2.07"
inherit perl-module

DESCRIPTION="Edit or create a single vCard (RFC 2426)"

SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
SRC_TEST="do"

IUSE="test"
RDEPEND="
	>=dev-perl/Text-vFile-asData-0.05
	>=dev-perl/File-Slurp-9999.04
	>=virtual/perl-MIME-Base64-3.07"
DEPEND="${RDEPEND}
	test? ( >=virtual/perl-Test-Simple-0.1 )"