forked from Lainports/freebsd-ports
MFH: 2019Q3 Security: https://access.redhat.com/errata/RHSA-2019:2471 Security: CVE-2019-1559
21 lines
428 B
Makefile
21 lines
428 B
Makefile
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openssl
|
|
PORTVERSION= 1.0.1e
|
|
DISTVERSIONSUFFIX= -58.el6_10
|
|
PORTREVISION= 16
|
|
CATEGORIES= security linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
USES= linux:c6
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|