perl-Test-Requires: make noarch

This commit is contained in:
maxice8 2018-06-11 10:33:48 -03:00 committed by Jürgen Buchmüller
parent 7bf43fe7be
commit eb93c86430

View file

@ -1,12 +1,13 @@
# Template file for 'perl-Test-Requires' # Template file for 'perl-Test-Requires'
pkgname=perl-Test-Requires pkgname=perl-Test-Requires
version=0.10 version=0.10
revision=1 revision=2
noarch=yes
wrksrc="${pkgname/perl-}-${version}" wrksrc="${pkgname/perl-}-${version}"
build_style=perl-module build_style=perl-module
hostmakedepends="perl" hostmakedepends="perl"
makedepends="perl" makedepends="perl"
depends="${makedepends}" depends="$makedepends"
short_desc="Test::Requires - Checks to see if the module can be loaded" short_desc="Test::Requires - Checks to see if the module can be loaded"
maintainer="maxice8 <thinkabit.ukim@gmail.com>" maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="Artistic, GPL-1" license="Artistic, GPL-1"