14 lines
391 B
Makefile
14 lines
391 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/08/02 11:27:05 szptvlfn Exp $
|
|
|
|
DISTNAME= scientific-0.3.3.5
|
|
PKGREVISION= 3
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= szptvlfn@NetBSD.org
|
|
COMMENT= Numbers represented using scientific notation
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-hashable/buildlink3.mk"
|
|
.include "../../devel/hs-text/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|