ports/devel/py-pybind11/Makefile
Yuri Victorovich 6d34946cbd devel/py-pybind11: Update 2.2.1 -> 2.2.4
Reported by:	portscout
2018-10-07 05:14:06 +00:00

19 lines
383 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= pybind11
DISTVERSION= 2.2.4
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
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>