New package: perl-tainting-0.02.
This commit is contained in:
parent
245e187d48
commit
a60cbf350c
1 changed files with 17 additions and 0 deletions
17
srcpkgs/perl-tainting/template
Normal file
17
srcpkgs/perl-tainting/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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
|
Loading…
Reference in a new issue