fe30135c58
PR: 215305
22 lines
440 B
Makefile
22 lines
440 B
Makefile
# Created by: Brooks Davis
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clang
|
|
PORTVERSION= ${LLVM_MAJOR}.d${SNAPDATE}
|
|
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 "${.CURDIR}/../../devel/llvm-devel/Makefile.snapshot"
|
|
|
|
.include <bsd.port.mk>
|