bcaf388d89
Authority certificates in a form that can be consumed by modules and libraries based on OpenSSL. WWW: http://search.cpan.org/dist/Mozilla-CA/
21 lines
409 B
Makefile
21 lines
409 B
Makefile
# New ports collection makefile for: Mozilla::CA
|
|
# Date created: 19 May 2011
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Mozilla-CA
|
|
PORTVERSION= 20110409
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for Mozilla CA cert bundle in PEM format
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Mozilla::CA.3
|
|
|
|
.include <bsd.port.mk>
|