19 lines
363 B
Makefile
19 lines
363 B
Makefile
# Created by: Brooks Davis
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clang
|
|
PORTVERSION= 3.8.d20150720
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang devel
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
MAINTAINER= brooks@FreeBSD.org
|
|
COMMENT= C, Objective-C, and C++ compiler (use devel/llvm${LLVM_SUFFIX})
|
|
|
|
RUN_DEPENDS+= clang${LLVM_SUFFIX}:devel/llvm-devel
|
|
|
|
LLVM_SUFFIX= -devel
|
|
|
|
USES= metaport
|
|
|
|
.include <bsd.port.mk>
|