blob: e0ab9e6dfcaff6393b303e1919911b1067f9d0d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= asn1-data
PORTVERSION= 0.7.1
PORTREVISION= 7
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= ASN1 data reader and writer in RAW, BER, and DER forms
LICENSE= BSD3CLAUSE
USE_CABAL= cereal mtl text>=0.11
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|