mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
18 lines
277 B
Makefile
18 lines
277 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
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>
|
|
#EOF
|