14 lines
356 B
Makefile
14 lines
356 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/11/02 16:07:11 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= non-negative-0.1
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Non-negative numbers
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-QuickCheck/buildlink3.mk"
|
|
.include "../../wip/hs-utility-ht/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|