mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 08:49:15 -04:00
PR: 219496 Submitted by: Yuri Victorovich (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10883
19 lines
383 B
Makefile
19 lines
383 B
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pybind11
|
|
PORTVERSION= 2.1.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@rawbw.com
|
|
COMMENT= Seamless interoperability between C++11 and Python
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python:2
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|