summaryrefslogtreecommitdiff
path: root/devel/hs-asn1-data/Makefile
blob: aa4d1d6d9f18f6e5e45728e6e87bfc21abf1c22b (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=	5
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	ASN1 data reader and writer in RAW, BER, and DER forms

LICENSE=	BSD

USE_CABAL=	cereal mtl text>=0.11

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>