blob: d5d6fc12e6ebb866f12f4782e6b23419899ba6b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# This ebuild generated by g-cpan 0.15.0
inherit perl-module
S=${WORKDIR}/IPC-XPA-0.09
DESCRIPTION="Interface to SAO XPA messaging system"
HOMEPAGE="http://search.cpan.org/search?query=IPC-XPA&mode=dist"
SRC_URI="mirror://cpan/authors/id/D/DJ/DJERIUS/IPC-XPA-0.09.tar.gz"
IUSE=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="amd64 ~amd64"
DEPEND="dev-lang/perl"
|