17 lines
585 B
Bash
17 lines
585 B
Bash
# Template build file for 'perl-Mozilla-CA'.
|
|
pkgname=perl-Mozilla-CA
|
|
version=20160104
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
noarch=yes
|
|
short_desc="Mozilla::CA - Mozilla's CA cert bundle in PEM format"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
homepage="http://search.cpan.org/dist/Mozilla-CA"
|
|
license="MPL-2.0"
|
|
distfiles="${CPAN_SITE}/Mozilla/${pkgname/perl-/}-$version.tar.gz"
|
|
checksum=27a7069a243162b65ada4194ff9d21b6ebc304af723eb5d3972fb74c11b03f2a
|