summaryrefslogtreecommitdiff
path: root/textproc/hs-bencode/Makefile
blob: d38d920cfa7c75eeb1a93ff9ed1e64045a60a237 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=	bencode
PORTVERSION=	0.6.0.0
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Parser and printer for bencoded data

LICENSE=	BSD3CLAUSE

USE_CABAL=	parsec

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