blob: 9664a5627fb2230364cdc7b26bc29e4d2a486c83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/Devel-PPPort/Devel-PPPort-3.200.0.ebuild,v 1.3 2014/04/02 18:54:11 maekke Exp $
EAPI=5
MODULE_AUTHOR=MHX
MODULE_VERSION=3.20
inherit perl-module
DESCRIPTION="Perl/Pollution/Portability"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~x86"
IUSE=""
SRC_TEST="do"
|