freebsd-ports/science/py-scimath/Makefile

24 lines
541 B
Makefile
Raw Normal View History

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