13 lines
286 B
Makefile
13 lines
286 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2010/04/23 06:34:21 phonohawk Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= tfp-0.2
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
MAINTAINER= pho@cielonegro.org
|
||
|
COMMENT= Type-level programming library using type families
|
||
|
LICENSE= modified-bsd
|
||
|
|
||
|
.include "../../wip/mk/haskell.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|