freebsd-ports/www/p5-Mozilla-CA/Makefile
Jun Kuriyama bcaf388d89 Mozilla::CA provides a copy of Mozilla's bundle of Certificate
Authority certificates in a form that can be consumed by modules and
libraries based on OpenSSL.

WWW: http://search.cpan.org/dist/Mozilla-CA/
2011-05-19 13:42:33 +00:00

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>