ports/devel/py-pybind11/Makefile
Jochen Neumeister 1a821bc3ef - Update to 2.1.1
PR:	219496
Submitted by:	Yuri Victorovich (maintainer)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10883
2017-05-26 06:47:23 +00:00

19 lines
383 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= pybind11
PORTVERSION= 2.1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Seamless interoperability between C++11 and Python
LICENSE= BSD3CLAUSE
USES= python:2
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>