1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/ftp/linux-c7-curl/Makefile
Tijl Coosemans 7cfd5d2f52 Update to 7.29.0-42.el7_4.1.
MFH:		2017Q4
Security:	301a01b7-d50e-11e7-ac58-b499baebfeaf
2017-12-11 14:40:06 +00:00

25 lines
522 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= curl
PORTVERSION= 7.29.0
PORTREVISION= 4
CATEGORIES= ftp linux
LIB_DISTNAMES= lib${DISTNAME}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Tool for transferring files with URL syntax (Linux CentOS ${LINUX_DIST_VER})
LICENSE= MIT
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
RPMVERSION= 42.el7_4.1
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= libssh2 nspr nss openldap
USE_LINUX_RPM= nolib
.include <bsd.port.mk>