mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
63f5eeef8a
With hat: portmgr
27 lines
713 B
Makefile
27 lines
713 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gffutils
|
|
DISTVERSION= 0.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= biology python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Work with GFF and GTF files in a flexible database framework
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>0:devel/py-argcomplete@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}argh>0:devel/py-argh@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pyfaidx>0:biology/py-pyfaidx@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils concurrent autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|