blob: e65881fc3bd7499b21804b2cafa7dfc9c490c3fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= gnutls
PORTVERSION= 2.8.5
PORTREVISION= 2
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= GNU Transport Layer Security library
USE_LINUX= c6
USE_LINUX_RPM= yes
USE_LINUX_APPS= libtasn1 libgcrypt libgpg-error
RPMVERSION= 18.el6
USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION="${PORTVERSION}"
DESCR= ${.CURDIR}/../gnutls/pkg-descr
.include <bsd.port.mk>
|