summaryrefslogtreecommitdiff
path: root/security/linux-c7-nss/Makefile
blob: 07c498830c3be8c78a3d9980f48cf34696a3eeb4 (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
27
28
PORTNAME=	nss
PORTVERSION=	3.90.0
DISTVERSIONSUFFIX=	-2.el7_9
CATEGORIES=	security linux

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	Network Security Services (Linux CentOS ${LINUX_DIST_VER})
WWW=		https://developer.mozilla.org/docs/Mozilla/Projects/NSS

USES=		cpe linux:c7
CPE_VENDOR=	mozilla
USE_LDCONFIG=	yes
USE_LINUX=	nspr sqlite3
USE_LINUX_RPM=	yes

LIB_DISTNAMES=	${DISTNAME} \
		${PORTNAME}-pem-1.0.3-7.el7_9.1 \
		${PORTNAME}-softokn-${PORTVERSION}-6.el7_9 \
		${PORTNAME}-util-${PORTVERSION}-1.el7_9
SRC_DISTFILES=	${DISTNAME}${SRC_SUFX}:SOURCE \
		${PORTNAME}-pem-1.0.3-7.el7_9.1${SRC_SUFX}:SOURCE \
		${PORTNAME}-softokn-${PORTVERSION}-6.el7_9${SRC_SUFX}:SOURCE \
		${PORTNAME}-util-${PORTVERSION}-1.el7_9${SRC_SUFX}:SOURCE

CONFLICTS=	linux-c6-${PORTNAME}
DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr

.include <bsd.port.mk>