freebsd-ports/security/linux-c6-openssl/Makefile
Tijl Coosemans bd002ac153 Fix pkg-plist.
Submitted by:	dbn
2018-01-29 22:00:39 +00:00

18 lines
394 B
Makefile

# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
# $FreeBSD$
PORTNAME= openssl
PORTVERSION= 1.0.1e
PORTREVISION= 15
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
RPMVERSION= 57.el6
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
.include <bsd.port.mk>