freebsd-ports/devel/py-pybind11/Makefile
Yuri Victorovich be6584a65a devel/py-pybind11: Update 2.8.0 -> 2.9.0
Reported by:	portscout
2021-12-29 21:15:51 -08:00

19 lines
388 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
PORTNAME= pybind11
DISTVERSION= 2.9.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>