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

PORTNAME=   asn1-parse
PORTVERSION=    0.9.4
CATEGORIES= devel haskell

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

LICENSE=    BSD3CLAUSE

USE_CABAL=  asn1-encoding>=0.9 asn1-types>=0.3 mtl

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