1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/lang/clang-devel/Makefile
Brooks Davis aaa0d55f9c Update to a new snapshot, now on the 7.0 line. [0]
Depend explicitly on python2.7. [1]

Install clang headers as they are now believed to work properly with
FreeBSD headers.

PR:		225315 [0], 225144 [1]
Submitted by:	sunpoet [1]
Differential Revision:	https://reviews.freebsd.org/D13984
2018-01-19 23:30:47 +00:00

22 lines
440 B
Makefile

# Created by: Brooks Davis
# $FreeBSD$
PORTNAME= clang
PORTVERSION= ${LLVM_MAJOR}.d${SNAPDATE}
PORTREVISION= 0
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>