blob: 130212fee013d92b556ff87ae590893606023048 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/AutoXS-Header/AutoXS-Header-1.02.ebuild,v 1.2 2009/12/23 17:25:51 grobian Exp $
EAPI=2
MODULE_AUTHOR=SMUELLER
inherit perl-module
DESCRIPTION="Container for the AutoXS header files"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-solaris"
IUSE=""
SRC_TEST=do
|