pkgsrc-wip/hs-numeric-quest/Makefile
PHO / phonohawk d4c773b297 Import hs-numeric-quest-0.1.1 as wip/hs-numeric-quest.
List based linear algebra, similtaneous linear equations, eigenvalues
and eigenvectors, roots of polynomials, transcendent functions with
arbitrary precision implemented by continued fractions, quantum
operations, tensors
2009-09-23 14:50:32 +00:00

12 lines
271 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/09/23 14:50:32 phonohawk Exp $
#
DISTNAME= numeric-quest-0.1.1
CATEGORIES= math
MAINTAINER= pho@cielonegro.org
COMMENT= Math and quantum mechanics
LICENSE= gnu-gpl-v3
.include "../../wip/mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"