17 lines
565 B
Bash
17 lines
565 B
Bash
|
# Template file for 'perl-strictures'
|
||
|
pkgname=perl-strictures
|
||
|
version=2.000003
|
||
|
revision=1
|
||
|
wrksrc="${pkgname/perl-/}-${version}"
|
||
|
build_style=perl-module
|
||
|
hostmakedepends="perl"
|
||
|
makedepends="perl"
|
||
|
depends="${makedepends}"
|
||
|
short_desc="Turn on strict and make most warnings fatal"
|
||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||
|
license="Artistic, GPL-1"
|
||
|
homepage="http://search.cpan.org/dist/strictures"
|
||
|
distfiles="https://cpan.org/authors/id/H/HA/HAARG/strictures-${version}.tar.gz"
|
||
|
checksum=27f8ea096a521e9754d36ea32889c2cda28346d04e3e399e7ea118d182dbaf22
|
||
|
noarch=yes
|