freebsd-ports/science/py-scimath/Makefile
Wen Heping cbd296338f - Add STAGE support
- Add LICENSE
- Change to PYDISTUTILS_AUTOPLIST framework

PR:		190337
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-31 13:54:24 +00:00

24 lines
560 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= scimath
PORTVERSION= 4.1.2
PORTREVISION= 2
CATEGORIES= science math python
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}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>