Files
ports/math/py-pytanque/Makefile
2021-09-28 22:33:24 -07:00

16 lines
307 B
Makefile

PORTNAME= pytanque
DISTVERSION= 1.1.0
CATEGORIES= math
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Petanque static python bindings
LICENSE= BSD3CLAUSE
USES= compiler:c++14-lang python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>