13 lines
341 B
Makefile
13 lines
341 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/02/26 03:58:12 pho Exp $
|
|
|
|
DISTNAME= vector-binary-instances-0.2.5.2
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Instances of Data.Binary for vector
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../devel/hs-vector/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|