39448417fd
* 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)
20 lines
384 B
Makefile
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>
|