blob: 9fa3ce171e357f58a0175568ada8eca10e70da4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
PORTNAME= brial
PORTVERSION= 1.2.11
PORTREVISION= 1
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Python implementation of BRiAl
WWW= https://github.com/BRiAl/BRiAl
LICENSE= GPLv2
LIB_DEPENDS= libbrial.so:math/brial
USE_GITHUB= yes
GH_ACCOUNT= BRiAl
GH_PROJECT= ${GH_ACCOUNT}
USES= python
WRKSRC_SUBDIR= sage-brial
USE_PYTHON= distutils
NO_ARCH= yes
.include <bsd.port.mk>
|