mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
2aaf79030a
installed by devel/ccache. PR: 204937 MFH: 2015Q4
20 lines
391 B
Makefile
20 lines
391 B
Makefile
# Created by: Brooks Davis
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clang
|
|
PORTVERSION= 3.7
|
|
PORTREVISION= 3
|
|
CATEGORIES= lang devel
|
|
PKGNAMESUFFIX= ${LLVM_SUFFIX}
|
|
|
|
MAINTAINER= brooks@FreeBSD.org
|
|
COMMENT= C, Objective-C, and C++ compiler (use devel/llvm${LLVM_SUFFIX})
|
|
|
|
RUN_DEPENDS+= ${PREFIX}/bin/clang${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm${LLVM_SUFFIX}
|
|
|
|
LLVM_SUFFIX= 37
|
|
|
|
USES= metaport
|
|
|
|
.include <bsd.port.mk>
|