mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
cf118ccf87
Reported by: lwhsu
18 lines
321 B
Makefile
18 lines
321 B
Makefile
PORTNAME= Mozilla-CA
|
|
PORTVERSION= 20200520
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= svysh.fbsd@gmail.com
|
|
COMMENT= Perl extension for Mozilla CA cert bundle in PEM format
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/README
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|