freebsd-ports/biology/pyfasta/Makefile

22 lines
438 B
Makefile
Raw Normal View History

2013-06-01 16:22:35 +02:00
# Created by: Wen Heping <wen@FreeBSD.org>
PORTNAME= pyfasta
2014-04-06 06:05:43 +02:00
PORTVERSION= 0.5.2
PORTREVISION= 4
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Fast, memory-efficient, pythonic access to fasta sequence files
2014-04-06 06:05:43 +02:00
LICENSE= MIT
BUILD_DEPENDS= ${PYNUMPY}
2011-10-13 08:27:34 +02:00
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>