mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
28 lines
710 B
Makefile
28 lines
710 B
Makefile
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= curl
|
|
PORTVERSION= 7.29.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= ftp linux
|
|
LIB_DISTFILES= lib${DISTNAME}${EXTRACT_SUFX}
|
|
SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Tool for transferring files with URL syntax (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
LICENSE= MIT
|
|
|
|
CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]*
|
|
|
|
RPMVERSION= 25.el7.centos
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= libssh2 nspr nss openldap
|
|
USE_LINUX_RPM= nolib
|
|
|
|
PORTDOCS= BUGS COPYING FEATURES README TODO CHANGES FAQ MANUAL RESOURCES TheArtOfHttpScripting
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|