12 lines
306 B
Makefile
12 lines
306 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/12/31 18:52:58 pho Exp $
|
|
|
|
DISTNAME= tagged-0.8.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Haskell 98 phantom types to avoid unsafely passing dummy arguments
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|