600eb5673b
Mark packages that don't or might probably not have staged installation.
23 lines
589 B
Makefile
23 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/10/07 12:25:34 asau Exp $
|
|
#
|
|
|
|
DISTNAME= oasa-0.13.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= biology
|
|
MASTER_SITES= http://bkchem.zirael.org/download/
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://bkchem.zirael.org/download/
|
|
COMMENT= Python library for manipulation of chemical formats
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test.py
|
|
|
|
.include "../../graphics/py-cairo/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|