12 lines
276 B
Makefile
12 lines
276 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/05/03 19:00:55 pho Exp $
|
|
|
|
DISTNAME= bitarray-0.0.1.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Mutable and immutable bit arrays
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|