blob: e34ea5c1577f3de14a756557eff3faa4ab5e212c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.8 2022/02/26 03:58:14 pho Exp $
DISTNAME= Decimal-0.5.2
PKGREVISION= 4
CATEGORIES= finance math # XXX: This should be moved to the math category.
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Decimal arithmetic for financial applications
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
|