22 lines
556 B
Makefile
22 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/10/07 11:54:36 asau Exp $
|
|
#
|
|
|
|
DISTNAME= fuzzpy-0.3.0
|
|
EGG_NAME= FuzzPy-0.3.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://fuzzpy.googlecode.com/files/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://code.google.com/p/fuzzpy/
|
|
COMMENT= Fuzzy sets, graphs, and mathematics for Python
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test.py
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|