freebsd-ports/security/linux-c6-gnutls/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

21 lines
475 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= gnutls
PORTVERSION= 2.12.23
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= GNU Transport Layer Security library (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
RPMVERSION= 21.el6
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= libtasn1 libgcrypt libgpg-error
USE_LINUX_RPM= yes
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>