17 lines
606 B
Bash
17 lines
606 B
Bash
# Template file for 'perl-tainting'
|
|
pkgname=perl-tainting
|
|
version=0.02
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="perl perl-Taint-Runtime"
|
|
depends="${makedepends}"
|
|
checkdepends="perl-Test-Exception"
|
|
short_desc="Enable taint mode lexically"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="Artistic, GPL-1"
|
|
homepage="http://search.cpan.org/dist/tainting"
|
|
distfiles="http://search.cpan.org/CPAN/authors/id/P/PE/PERLANCAR/tainting-${version}.tar.gz"
|
|
checksum=6363f0f944571984342519259efea94cfb648d49ea13d390de7f34bb4b811cec
|
|
noarch=yes
|