mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
c34ca49f15
the FreeBSD Security Officer anymore. The current ca-roots port makes promises with regard to CA verification which the current Security Officer (and deputy) do not want to make. With hat: so Discussed with: cperciva (some time ago)
27 lines
567 B
Makefile
27 lines
567 B
Makefile
# 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>
|