aboutsummaryrefslogtreecommitdiff
path: root/ftp/linux-c7-curl/Makefile
blob: 3d69a32a7cd89d669f74e5b7d8492be6393a390b (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
# 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=		linux:c7
USE_LDCONFIG=	yes
USE_LINUX=	libssh2 nspr nss openldap
USE_LINUX_RPM=	nolib

LIB_DISTNAMES=	lib${DISTNAME}

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

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>