perl-CGI: depends on perl-HTML-Parser
Even Debian has this mandatory dependencies
This commit is contained in:
parent
5b53a0c507
commit
a1186d28aa
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'perl-CGI'
|
||||
pkgname=perl-CGI
|
||||
version=4.53
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
makedepends="$hostmakedepends"
|
||||
depends="$hostmakedepends"
|
||||
depends="perl-HTML-Parser"
|
||||
checkdepends="perl-Test-Deep perl-HTML-Parser perl-Test-Warn"
|
||||
short_desc="Handle Common Gateway Interface requests and responses"
|
||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||
|
|
Loading…
Reference in a new issue