summaryrefslogtreecommitdiff
blob: 81048be90d8742c9ab97fb14a8b9fc2dca8f5a97 (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
25
26
27
28
29
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
MODULE_AUTHOR=NEELY
MODULE_VERSION="0.52"
inherit perl-module

DESCRIPTION="Modules that serialize data structures  "
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
# NOTE: Don't add the recommended list here, its a waste of time. 
COMMON_DEPEND="
	virtual/perl-Module-Build
	virtual/perl-Digest-SHA
	virtual/perl-AutoLoader
	virtual/perl-IO
"
DEPEND="
	${COMMON_DEPEND}
	virtual/perl-File-Spec
	virtual/perl-Test-Simple
"
RDEPEND="
	${COMMON_DEPEND}
"
SRC_TEST="do"