ports/security/linux-c6-nss/Makefile
Tijl Coosemans e6b80f8333 Update to CentOS 6.9.
PR:		218732
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2017-05-26 10:26:39 +00:00

27 lines
751 B
Makefile

# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
# $FreeBSD$
PORTNAME= nss
PORTVERSION= 3.28.4
CATEGORIES= security linux
LIB_DISTNAMES= ${DISTNAME} \
${PORTNAME}-util-${PORTVERSION}-1.el6_9 \
${PORTNAME}-softokn-3.14.3-23.3.el6_8 \
${PORTNAME}-softokn-freebl-3.14.3-23.3.el6_8
SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE \
${PORTNAME}-util-${PORTVERSION}-1.el6_9${SRC_SUFX}:SOURCE \
${PORTNAME}-softokn-3.14.3-23.3.el6_8${SRC_SUFX}:SOURCE
MAINTAINER= emulation@FreeBSD.org
COMMENT= Network Security Services (Linux CentOS ${LINUX_DIST_VER})
LICENSE= MPL
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
RPMVERSION= 1.el6_9
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= nspr sqlite3
USE_LINUX_RPM= yes
.include <bsd.port.mk>