blob: aed273b94b68b0d5b776a5811c3825358c0874f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-UPnP/Net-UPnP-1.4.2.ebuild,v 1.7 2010/03/15 19:15:21 nixnut Exp $
EAPI=2
MODULE_AUTHOR=SKONNO
inherit perl-module
DESCRIPTION="Perl extension for UPnP"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="virtual/perl-version"
DEPEND="${RDEPEND}"
SRC_TEST=do
|