diff options
author | 2004-05-02 00:27:08 +0000 | |
---|---|---|
committer | 2004-05-02 00:27:08 +0000 | |
commit | 1e3a088b695a4188b321e1f1e7ba95ae4be83edf (patch) | |
tree | 1113486c3969c7e0adb099c0faf49e17a136c378 /dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.25.ebuild | |
parent | Stable on x86 and AMD64 (Manifest recommit) (diff) | |
download | gentoo-2-1e3a088b695a4188b321e1f1e7ba95ae4be83edf.tar.gz gentoo-2-1e3a088b695a4188b321e1f1e7ba95ae4be83edf.tar.bz2 gentoo-2-1e3a088b695a4188b321e1f1e7ba95ae4be83edf.zip |
closes bug 47875
Diffstat (limited to 'dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.25.ebuild')
-rw-r--r-- | dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.25.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.25.ebuild b/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.25.ebuild new file mode 100644 index 000000000000..a61251a30f4e --- /dev/null +++ b/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.25.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.25.ebuild,v 1.1 2004/05/02 00:27:08 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Modules to parse C header files and create XS glue code." +SRC_URI="http://cpan.org/CPAN/authors/id/G/GR/GRICHTER/${P}.tar.gz" +HOMEPAGE="http://cpan.org/CPAN/authors/id/G/GR/GRICHTER/${P}.readme" +IUSE="" +SLOT="0" +SRC_TEST="do" +LICENSE="Artistic | GPL-2" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc" +DEPEND="dev-perl/Parse-RecDescent + dev-perl/Tie-IxHash" |