pkgsrc/devel/hs-vector-th-unbox/Makefile

14 lines
352 B
Makefile
Raw Normal View History

2021-05-03 21:00:52 +02:00
# $NetBSD: Makefile,v 1.3 2021/05/03 19:01:06 pho Exp $
DISTNAME= vector-th-unbox-0.2.1.9
2021-05-03 21:00:52 +02:00
PKGREVISION= 1
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"