ports/devel/py-pybind11/Makefile
Yuri Victorovich 881587738b devel/py-pybind11: Update 2.9.0 -> 2.9.1
Reported by:	portscout
2022-02-03 09:16:19 -08:00

19 lines
388 B
Makefile

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