summaryrefslogtreecommitdiff
path: root/devel/hs-asn1-parse/Makefile
blob: 9d72a74512aa69ef2d43dcbd4a24628a4f4a201e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	asn1-parse
PORTVERSION=	0.8.1
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Simple monadic parser for ASN1 stream types

LICENSE=	BSD3CLAUSE

USE_CABAL=	asn1-encoding>=0.8 asn1-types>=0.2 mtl text>=0.11

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