14 lines
392 B
Makefile
14 lines
392 B
Makefile
# $NetBSD: Makefile,v 1.5 2022/02/26 03:57:48 pho Exp $
|
|
|
|
DISTNAME= asn1-parse-0.9.5
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Simple monadic parser for ASN1 stream types
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../devel/hs-asn1-encoding/buildlink3.mk"
|
|
.include "../../devel/hs-asn1-types/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|