freebsd-ports/devel/py-pybind11/Makefile
Kai Knoblich 39448417fd devel/py-pybind11, devel/pybind11: Update to 2.3.0
* Pet portlint by making the USES blocks separately with the related
  variables while I'm here.

Changelog:

https://github.com/pybind/pybind11/blob/v2.3.0/docs/changelog.rst

PR:		239218
Approved by:	maintainer timeout (+14 days)
2019-08-01 10:19:10 +00:00

20 lines
384 B
Makefile

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