diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:27 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:27 +0000 |
commit | bc1c5600e427e643777e93df5d3d92ea804bad6f (patch) | |
tree | d57011d338bc651233d1381a23b3d7974593da21 /p5-mozilla-ca/Pkgfile | |
parent | ce22667dd18adc5502b5075a14e97ed9d47565bf (diff) | |
download | contrib-bc1c5600e427e643777e93df5d3d92ea804bad6f.tar.gz contrib-bc1c5600e427e643777e93df5d3d92ea804bad6f.tar.xz |
p5-mozilla-ca: initial commit, version 20180117
Diffstat (limited to 'p5-mozilla-ca/Pkgfile')
-rw-r--r-- | p5-mozilla-ca/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/p5-mozilla-ca/Pkgfile b/p5-mozilla-ca/Pkgfile new file mode 100644 index 000000000..13f686bdf --- /dev/null +++ b/p5-mozilla-ca/Pkgfile @@ -0,0 +1,17 @@ +# Description: Mozilla's CA cert bundle in PEM format +# URL: https://metacpan.org/release/Mozilla-CA +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-mozilla-ca +version=20180117 +release=1 +source=(https://cpan.metacpan.org/authors/id/A/AB/ABH/Mozilla-CA-$version.tar.gz) + +build() { + cd Mozilla-CA-$version + perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR=$PKG install + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +} |