blob: 6f3abf633d4f7c3abd47be8eae2b3291238133ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= paida
PORTVERSION= 3.2.1.2.10
PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-3.2.1_2.10.1
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-3.2.1_2.10.1
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR}
MAINTAINER= ports@FreeBSD.org
COMMENT= Pure Python scientific analysis package
WWW= http://paida.sourceforge.net
USES= dos2unix python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|