freebsd-ports/biology/pycogent/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

26 lines
651 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= pycogent
PORTVERSION= 1.5.3
PORTREVISION= 3
CATEGORIES= biology python
MASTER_SITES= SF/${PORTNAME}/PyCogent/${PORTVERSION}
DISTNAME= PyCogent-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= wen@FreeBSD.org
COMMENT= Toolkit for statistical analysis of biological sequences
LICENSE= GPLv2
BUILD_DEPENDS= ${PYNUMPY} \
${LOCALBASE}/bin/cython:lang/cython \
${LOCALBASE}/bin/sphinx-build:textproc/py-sphinx \
${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.5:databases/py-sqlalchemy06
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>