15 lines
422 B
Makefile
15 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.5 2014/05/26 22:08:05 szptvlfn Exp $
|
|
#
|
|
|
|
DISTNAME= vector-bytestring-0.0.0.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= ByteStrings as type synonyms of Storable Vectors of Word8s
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../devel/hs-primitive/buildlink3.mk"
|
|
.include "../../devel/hs-vector/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|