blob: 3832a23289d98dfdf79ca8723ed7b844d8c936d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Ports collection makefile for: ca-roots
# Date created: Sep 5, 2000
# Whom: nsayer
#
# $FreeBSD$
#
PORTNAME= ca-roots
PORTVERSION= 1.2
CATEGORIES= security
DISTFILES= # none
MAINTAINER= secteam@FreeBSD.org
COMMENT= A list of SSL CA root certificates
DEPRECATED= Not supported by FreeBSD Security Officer anymore
EXPIRATION_DATE=2007-07-07
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/share/certs
${INSTALL_DATA} ${FILESDIR}/ca-root.crt ${PREFIX}/share/certs
${LN} -sf ${PREFIX}/share/certs/ca-root.crt /etc/ssl/cert.pem
.include <bsd.port.mk>
|