20120309 - Download the certdata from mozilla over SSL (John Joseph Bachir) - CA updates: Removes: - Hellenic Academic and Research Institutions RootCA 2011 20120118 - CA updates: Add: - Security Communication RootCA2 - EC-ACC - Hellenic Academic and Research Institutions RootCA 2011 Remove: - Verisign Class 4 Public Primary Certification Authority - G2 - TC TrustCenter, Germany, Class 2 CA - TC TrustCenter, Germany, Class 3 CA
21 lines
591 B
Makefile
21 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/04/22 11:51:38 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Mozilla-CA-20120309
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mozilla/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Mozilla-CA/
|
|
COMMENT= Mozilla's CA cert bundle for Perl
|
|
LICENSE= mpl-1.1 OR gnu-gpl-v2 OR gnu-lgpl-v2.1
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Mozilla/CA/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|