mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
f74e64dfe6
- Updated certs - Some housekeeping on the code itself PR: 196836 Approved by: kuriyama (maintainer timeout)
16 lines
274 B
Makefile
16 lines
274 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Mozilla-CA
|
|
PORTVERSION= 20141217
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for Mozilla CA cert bundle in PEM format
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|