pkgsrc-wip/py-dnaio/Makefile

34 lines
966 B
Makefile

# $NetBSD$
#
###########################################################
# Generated by fbsd2pkg #
# Thu Oct 10 15:09:51 CDT 2019 #
###########################################################
DISTNAME= dnaio-${PV}
PKGNAME= ${PYPKGPREFIX}-dnaio-${PV}
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dnaio/}
MAINTAINER= bacon@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/dnaio
COMMENT= Read and write FASTQ and FASTA
# Check this
LICENSE= mit
# Test and change if necessary.
# MAKE_JOBS_SAFE= no
# Just assuming C and C++: Adjust this!
USE_LANGUAGES= c
PV= 0.4
# Verify that we shouldn't use distutils.mk or extensions.mk instead.
.include "../../lang/python/egg.mk"
# Based on USES=python. Check this.
.include "../../lang/python/application.mk"
# CentOS doesn't have zlib in the base, so uncomment if needed.
# .include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"