~alpine/aports

testing/perl-json-xs: fix depends & cpandepends to install all required modules v1 PROPOSED

Valery Kartel: 1
 testing/perl-json-xs: fix depends & cpandepends to install all required modules

 1 files changed, 6 insertions(+), 6 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1654/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/perl-json-xs: fix depends & cpandepends to install all required modules Export this patch

---
 testing/perl-json-xs/APKBUILD | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/testing/perl-json-xs/APKBUILD b/testing/perl-json-xs/APKBUILD
index 2eb62bd..cd06f2e 100644
--- a/testing/perl-json-xs/APKBUILD
+++ b/testing/perl-json-xs/APKBUILD
@@ -1,16 +1,16 @@
# Automatically generated by apkbuild-cpan, template 1
# Contributor: 
# Maintainer: 
# Contributor: Valery Kartel <valery.kartel@gmail.com>
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=perl-json-xs
_pkgreal=JSON-XS
pkgver=3.01
pkgrel=0
pkgdesc="unknown"
pkgrel=1
pkgdesc="Perl extension to converts data structures to JSON and vice versa"
url="http://search.cpan.org/dist/JSON-XS/"
arch="all"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends="perl-common-sense perl-types-serialiser"
cpandepends="perl-types-serialiser perl-common-sense"
cpanmakedepends="   "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---