pkgsrc/devel/hs-storable-tuple/Makefile
pho 28e7e11bf1 Import storable-tuple-0.0.3.3
Provides a Storable instance for pair and triple which should be
binary compatible with C99 and C++. The only purpose of this package
is to provide a standard location for this instance so that other
packages needing this instance can play nicely together.
2021-05-05 11:58:24 +00:00

14 lines
425 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/05/05 11:58:24 pho Exp $
DISTNAME= storable-tuple-0.0.3.3
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Storable instance for pairs and triples
LICENSE= mit
.include "../../devel/hs-base-orphans/buildlink3.mk"
.include "../../devel/hs-storable-record/buildlink3.mk"
.include "../../devel/hs-utility-ht/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"