pkgsrc/biology/py-biopython/Makefile
brook 8e3cceea64 Add the biopython license to DEFAULT_ACCEPTABLE_LICENSES.
The biopython license is _very_ similar, but not identical, to many
other open source licenses used throughout pkgsrc.  The gratuitous
differences are being addressed by the project through an effort to
relicense all files to the 3-clause BSD license.  In the meantime,
Debian has accepted that the current biopython license meets the DFSG
and includes the package in their main distribution.  Consequently,
rename the license file and add it to DEFAULT_ACCEPTABLE_LICENSES.

See http://mail-index.netbsd.org/pkgsrc-changes/2019/08/13/msg195804.html.
2019-08-14 18:12:00 +00:00

24 lines
792 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/08/14 18:12:00 brook Exp $
DISTNAME= biopython-1.74
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= biology
MASTER_SITES= http://biopython.org/DIST/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://biopython.org/
COMMENT= Python libraries for computational molecular biology
LICENSE= biopython
USE_TOOLS+= pax
INSTALLATION_DIRS+= share/doc/biopython share/examples/biopython
post-install:
${INSTALL_DATA} ${WRKSRC}/README.rst ${DESTDIR}${PREFIX}/share/doc/biopython
${INSTALL_DATA} ${WRKSRC}/Doc/Tutorial.pdf ${DESTDIR}${PREFIX}/share/doc/biopython
cd ${WRKSRC}/Doc/examples && ${PAX} -rw . ${DESTDIR}${PREFIX}/share/examples/biopython
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"