17 lines
587 B
Bash
17 lines
587 B
Bash
# Template build file for 'perl-Mozilla-CA'.
|
|
pkgname=perl-Mozilla-CA
|
|
version=20150826
|
|
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=c159d134175db0723a347649961a8f83769d4e20e76e55e040286e1099f71369
|