summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-07-17 22:02:50 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-07-17 22:02:50 +0000
commit578968e36aebc34ec428196509fa592c398b91c1 (patch)
tree829c442bdc177caefe5f0e036ffc3dbbead0467f /dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.12.ebuild
parentVersion bump upstream (diff)
downloadgentoo-2-578968e36aebc34ec428196509fa592c398b91c1.tar.gz
gentoo-2-578968e36aebc34ec428196509fa592c398b91c1.tar.bz2
gentoo-2-578968e36aebc34ec428196509fa592c398b91c1.zip
Version bump upstream
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.12.ebuild')
-rw-r--r--dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.12.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.12.ebuild b/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.12.ebuild
new file mode 100644
index 000000000000..558ed161c631
--- /dev/null
+++ b/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.12.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.12.ebuild,v 1.1 2005/07/17 22:00:40 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Compile and link C code for Perl modules"
+HOMEPAGE="http://search.cpan.org/~kwilliams/${P}/"
+SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~ppc64"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-perl/module-build"