9fa05cbab2
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)
20 lines
394 B
Makefile
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>
|