2013-07-23 06:27:27 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2011-02-20 04:54:04 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= scimath
|
2013-07-23 06:27:27 +02:00
|
|
|
PORTVERSION= 4.1.2
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 3
|
2011-02-20 04:54:04 +01:00
|
|
|
CATEGORIES= science math python
|
2011-02-22 02:15:35 +01:00
|
|
|
MASTER_SITES= http://www.enthought.com/repo/ets/
|
2011-02-20 04:54:04 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
|
|
COMMENT= Scientific and Mathematical calculations
|
|
|
|
|
2014-05-31 15:54:24 +02:00
|
|
|
LICENSE= BSD3CLAUSE LGPL3
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2011-02-20 04:54:04 +01:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=3.6.0:${PORTSDIR}/devel/py-traits
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2011-02-20 04:54:04 +01:00
|
|
|
|
2014-10-24 18:50:42 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2011-02-20 04:54:04 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|