13 lines
313 B
Makefile
13 lines
313 B
Makefile
# $NetBSD: Makefile,v 1.18 2022/02/26 03:58:18 pho Exp $
|
|
|
|
DISTNAME= nats-1.1.2
|
|
PKGREVISION= 4
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Haskell 98 natural numbers
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-hashable/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|