aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-scoria/Makefile
blob: e1cb4de53f739c8da201dbd15ebb42f6d36830ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   scoria
DISTVERSION=    1.0.3
CATEGORIES= science python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= yuri@FreeBSD.org
COMMENT=    Lightweight molecule manipulation codebase

LICENSE=    APACHE20

RUN_DEPENDS=    ${PYNUMPY} \
        ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy

USES=       python
USE_PYTHON= autoplist distutils
NO_ARCH=    yes

.include <bsd.port.mk>