aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-asn1-data/Makefile
blob: 029c01acfae149ad82f93e6f54617d1a275d3336 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    hs-asn1-data
# Date created:     December 26, 2011
# Whom:         haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   asn1-data
PORTVERSION=    0.6.1.3
CATEGORIES= devel haskell

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

LICENSE=    BSD

CABAL_SETUP=    Setup.hs

USE_CABAL=  attoparsec>=0.8 attoparsec-enumerator>=0.2 enumerator>=0.4.5 \
        mtl text>=0.11

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