aboutsummaryrefslogtreecommitdiff
path: root/ftp/linux-c7-curl/Makefile
blob: 5a50c16528a0778c4835a1c94173fcf79f7c13f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>

PORTNAME=	curl
PORTVERSION=	7.29.0
DISTVERSIONSUFFIX=	-59.el7_9.1
PORTREVISION=	12
CATEGORIES=	ftp linux

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	Tool for transferring files with URL syntax (Linux CentOS ${LINUX_DIST_VER})

LICENSE=	MIT

USES=		cpe linux:c7
USE_LDCONFIG=	yes
USE_LINUX=	libssh2 nspr nss openldap
USE_LINUX_RPM=	nolib

CPE_VENDOR=	haxx

LIB_DISTNAMES=	lib${DISTNAME}

CONFLICTS=	linux-c6-${PORTNAME}-[0-9]*
DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>