freebsd-ports/devel/pybind11/Makefile
Mark Linimon 9fa05cbab2 Adjust USES to fix building on gcc-based archs (in particular, powerpc64).
On the clang architectures, these changes have no effect: the baser
compiler already includes the needed features.

While here, remove now-redundant CXXFLAGS statements and pet portlint
(no other content change).

Tested on both powerpc64 and amd64.

Approved by:	portmgr (tier-2 blanket)
2018-06-02 19:40:59 +00:00

20 lines
394 B
Makefile

# $FreeBSD$
PORTNAME= pybind11
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.2
CATEGORIES= devel python
MAINTAINER= yuri@FreeBSD.org
COMMENT= Seamless interoperability between C++11 and Python (cmake part)
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:outsource compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= pybind
NO_ARCH= yes
CMAKE_OFF= PYBIND11_TEST
.include <bsd.port.mk>