perl-JSON-XS: add fix depends.

This commit is contained in:
Christian Neukirchen 2015-08-15 18:34:42 +02:00
parent 33e6a13b19
commit 9b0570e6d5

View file

@ -1,11 +1,11 @@
# Template file for 'perl-JSON-XS' # Template file for 'perl-JSON-XS'
pkgname=perl-JSON-XS pkgname=perl-JSON-XS
version=3.01 version=3.01
revision=1 revision=2
wrksrc="${pkgname/perl-/}-${version}" wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module build_style=perl-module
hostmakedepends="perl" hostmakedepends="perl"
makedepends="${hostmakedepends}" makedepends="${hostmakedepends} perl-common-sense"
depends="${makedepends}" depends="${makedepends}"
short_desc="JSON::XS - JSON serialising/deserialising, done correctly and fast" short_desc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Christian Neukirchen <chneukirchen@gmail.com>"