1
0
forked from ports/contrib

p5-mozilla-ca: initial commit, version 20180117

This commit is contained in:
Tim Biermann 2019-08-31 10:40:27 +00:00
parent ce22667dd1
commit bc1c5600e4
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 42 additions and 0 deletions

20
p5-mozilla-ca/.footprint Normal file
View File

@ -0,0 +1,20 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/5.28/
drwxr-xr-x root/root usr/lib/perl5/5.28/linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Mozilla/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Mozilla/CA.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Mozilla/CA/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Mozilla/CA/cacert.pem
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.28/Mozilla/mk-ca-bundle.pl
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Mozilla/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Mozilla/CA/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-r--r--r-- root/root usr/share/man/man3/Mozilla::CA.3pm.gz

5
p5-mozilla-ca/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34DaSbC6nv5m8DbMdIbEtda+CWa2EjM8skHh0tgKDpJx4eFzon9ZZDzHJbs+Tt7DzUGExhiSuQQW9VZUbwmh8gU=
SHA256 (Pkgfile) = 24a5c34cce72f89129ac3bdfb91fb0f6774178b2cb7b0a31e7954008710f9d57
SHA256 (.footprint) = 56229cf637603c3fd7153b031e9fcf8dd2dab658570d514f82254185eb5c1bbb
SHA256 (Mozilla-CA-20180117.tar.gz) = f2cc9fbe119f756313f321e0d9f1fac0859f8f154ac9d75b1a264c1afdf4e406

17
p5-mozilla-ca/Pkgfile Normal file
View File

@ -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
}