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