opnsense-ports/ftp/linux-c7-curl/Makefile
Franco Fichtner d6e54bd543 */*: sync with upstream
Taken from: HardenedBSD
2017-12-11 17:26:22 +01:00

24 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>