17 lines
565 B
Bash
17 lines
565 B
Bash
# Template build file for 'perl-CGI'.
|
|
pkgname=perl-CGI
|
|
version=4.37
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${hostmakedepends}"
|
|
short_desc="Handle Common Gateway Interface requests and responses"
|
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
|
homepage="http://search.cpan.org/dist/CGI/"
|
|
license="Artistic-2.0, GPL-1"
|
|
distfiles="${CPAN_SITE}/CGI/${pkgname/perl-/}-$version.tar.gz"
|
|
checksum=7a14eee5df640f7141848f653cf48d99bfc9b5c68e18167338ee01b91cdfb883
|