diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-26 22:51:18 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-09-26 22:51:18 +0000 |
commit | 9bff0fc8c4d53dfbea1976510c840bc2a6e8634f (patch) | |
tree | 32f849047173da7fd9ffa07478ac01fa52e73121 /packages/perl/libextutils-parsexs-perl_2.16.bb | |
parent | 95fea465c9286297ec719febbb1231909854cf51 (diff) |
perl: Add some additional perl modules. This are the optional dependencies
of libmodule-build, the new Build.PL based perl install system.
Diffstat (limited to 'packages/perl/libextutils-parsexs-perl_2.16.bb')
-rw-r--r-- | packages/perl/libextutils-parsexs-perl_2.16.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/perl/libextutils-parsexs-perl_2.16.bb b/packages/perl/libextutils-parsexs-perl_2.16.bb new file mode 100644 index 0000000000..313a743713 --- /dev/null +++ b/packages/perl/libextutils-parsexs-perl_2.16.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "ExtUtils::ParseXS - converts Perl XS code into C code" +SECTION = "libs" +MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>" +LICENSE = "Artistic" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/ExtUtils-ParseXS-2.16.tar.gz" + +S = "${WORKDIR}/ExtUtils-ParseXS-${PV}" + +inherit cpan |