blob: 395f6861e0a5268349070a711987d65cc8cf4679 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2010 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.3 2010/09/22 18:07:40 grobian Exp $
EAPI=2
MODULE_AUTHOR=SMUELLER
inherit perl-module
DESCRIPTION="Container for the AutoXS header files"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris"
IUSE=""
SRC_TEST=do
|