freebsd-ports/graphics/py-box2d-py/Makefile
Neel Chauhan f4ee943fba Set MAINTAINER of my ports to my FreeBSD handle (nc@).
Reviewed by:		0mp (mentor)
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D27966
2021-01-05 15:33:39 +00:00

21 lines
426 B
Makefile

# $FreeBSD$
PORTNAME= box2d-py
DISTVERSION= 2.3.8
CATEGORIES= graphics
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nc@FreeBSD.org
COMMENT= 2D physics library Box2D 2.3 for usage in Python
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= swig:devel/swig
LIB_DEPENDS= libBox2D.so:misc/box2d
USES= compiler:c11 python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>