13 lines
337 B
Makefile
13 lines
337 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2020/01/02 11:00:30 pho Exp $
|
||
|
|
||
|
DISTNAME= vector-th-unbox-0.2.1.7
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
MAINTAINER= pho@cielonegro.org
|
||
|
COMMENT= Deriver for Data.Vector.Unboxed using Template Haskell
|
||
|
LICENSE= modified-bsd
|
||
|
|
||
|
.include "../../mk/haskell.mk"
|
||
|
.include "../../devel/hs-vector/buildlink3.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|