gnu: Add perl-extutils-parsexs.

* gnu/packages/perl.scm (perl-extutils-parsexs): New variable.
This commit is contained in:
Andreas Enge 2019-11-03 15:28:10 +01:00
parent 9ebaab861f
commit 7f1f6b7223
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -3412,6 +3412,29 @@ (define-public perl-extutils-libbuilder
self-contained C libraries. This module main goal is to help in that task.") self-contained C libraries. This module main goal is to help in that task.")
(license (package-license perl)))) (license (package-license perl))))
(define-public perl-extutils-parsexs
(package
(name "perl-extutils-parsexs")
(version "3.35")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-"
version
".tar.gz"))
(sha256
(base32
"077fqiyabydm8j34wxzxwxskyidh8nmwq9gskaxai8kq298z1pj1"))))
(build-system perl-build-system)
(home-page
"https://metacpan.org/release/ExtUtils-ParseXS")
(synopsis "Module to convert Perl XS code into C code")
(description "The package contains the ExtUtils::ParseXS module to
convert Perl XS code into C code, the ExtUtils::Typemaps module to
handle Perl/XS typemap files, and their submodules.")
(license (package-license perl))))
(define-public perl-extutils-pkgconfig (define-public perl-extutils-pkgconfig
(package (package
(name "perl-extutils-pkgconfig") (name "perl-extutils-pkgconfig")