summaryrefslogtreecommitdiff
blob: b4d7fc97fb6827133d1e7d98b764bc0fe9ff0b79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Bezier/Math-Bezier-0.01.ebuild,v 1.1 2010/04/30 05:01:07 weaver Exp $

EAPI=2

MODULE_AUTHOR=ABW

inherit perl-module

DESCRIPTION="Solution of Bezier Curves"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

SRC_TEST=do