aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-fastcluster/Makefile
blob: 7e00d08b7b9d9081e5396f519e106e63502739c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$

PORTNAME=   fastcluster
PORTVERSION=    1.1.23
CATEGORIES= math python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Python functions for hierarchical clustering

LICENSE=    BSD2CLAUSE

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

PORTDOCS=   CITATION.txt \
        INSTALL.txt \
        NEWS.txt \
        README.txt

USES=       python
USE_PYTHON= distutils autoplist concurrent

post-install:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>