diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-19 09:03:47 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-19 09:03:47 +0000 |
commit | c970a2118c7fa2e2121538ea49b0f3b69735a53f (patch) | |
tree | c3c896be2f2740eec42e64ba6b19aa6e9de75db8 /dev-perl/extutils-parsexs/extutils-parsexs-2.15.ebuild | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-c970a2118c7fa2e2121538ea49b0f3b69735a53f.tar.gz gentoo-2-c970a2118c7fa2e2121538ea49b0f3b69735a53f.tar.bz2 gentoo-2-c970a2118c7fa2e2121538ea49b0f3b69735a53f.zip |
Version bump
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-perl/extutils-parsexs/extutils-parsexs-2.15.ebuild')
-rw-r--r-- | dev-perl/extutils-parsexs/extutils-parsexs-2.15.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/extutils-parsexs/extutils-parsexs-2.15.ebuild b/dev-perl/extutils-parsexs/extutils-parsexs-2.15.ebuild new file mode 100644 index 000000000000..563bf4ab88df --- /dev/null +++ b/dev-perl/extutils-parsexs/extutils-parsexs-2.15.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/extutils-parsexs-2.15.ebuild,v 1.1 2005/11/19 09:03:47 mcummings Exp $ + +inherit perl-module + +MY_P=ExtUtils-ParseXS-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Converts Perl XS code into C code" +HOMEPAGE="http://search.cpan.org/~kwilliams/${MY_P}/" +SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-perl/ExtUtils-CBuilder + dev-perl/module-build" + +SRC_TEST="do" |