summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Inline-Python/Inline-Python-0.28.ebuild')
-rw-r--r--dev-perl/Inline-Python/Inline-Python-0.28.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Inline-Python/Inline-Python-0.28.ebuild b/dev-perl/Inline-Python/Inline-Python-0.28.ebuild
new file mode 100644
index 000000000000..487f00680974
--- /dev/null
+++ b/dev-perl/Inline-Python/Inline-Python-0.28.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.28.ebuild,v 1.1 2008/12/17 16:27:55 tove Exp $
+
+MODULE_AUTHOR=NINE
+inherit perl-module
+
+DESCRIPTION="Easy implementation of Python extensions"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND=">=dev-perl/Inline-0.42
+ dev-lang/python
+ dev-lang/perl"