blob: f71ad8c82080463e368eb8b0ca173c1f24a7d1b6 (
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/Attribute-Handlers/Attribute-Handlers-0.930.0-r2.ebuild,v 1.2 2014/11/08 14:50:46 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=SMUELLER
MODULE_VERSION=0.93
inherit perl-module
DESCRIPTION="Simpler definition of attribute handlers"
SLOT="0"
KEYWORDS=""
IUSE=""
SRC_TEST=do
|