blob: 693bc891cedb0615964e9266ee614a18f5f36d5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= CACertOrg-CA
PORTVERSION= 20110724.002
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BDFOY
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= CACert.org CA root certificate in PEM format
USE_PERL5= configure
USES= perl5
MAN3= CACertOrg::CA.3
.include <bsd.port.mk>
|