fc4792744d
ASN1 data reader and writer in raw form with supports for high level forms of ASN1 (BER, and DER).
13 lines
385 B
Makefile
13 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/17 00:02:43 pho Exp $
|
|
|
|
DISTNAME= asn1-encoding-0.9.6
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= ASN1 data reader and writer in RAW, BER and DER forms
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../devel/hs-asn1-types/buildlink3.mk"
|
|
.include "../../time/hs-hourglass/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|