blob: 3f26c47d212bb702ff74eb88a3f15042c2739bbe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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>
|