blob: 5687555778ff0976dbab4eca29e6491f657c2baa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/Module-Metadata-1.0.3.ebuild,v 1.1 2011/01/29 09:50:36 tove Exp $
EAPI=3
MODULE_AUTHOR=DAGOLDEN
MODULE_VERSION=1.000003
inherit perl-module
DESCRIPTION="Gather package and POD information from perl module files"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
SRC_TEST="do"
|