ports/devel/py-pybind11/Makefile
Yuri Victorovich 971c064216 devel/py-pybind11: Update 2.7.1 -> 2.8.0
Reported by:	portscout
2021-10-05 12:48:52 -07:00

19 lines
388 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
PORTNAME= pybind11
DISTVERSION= 2.8.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Seamless interoperability between C++11 and Python
LICENSE= BSD3CLAUSE
USES= python:3.6+
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>