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

PORTNAME=	bencode
PORTVERSION=	0.6.0.0
PORTREVISION=	5
CATEGORIES=	textproc haskell

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

LICENSE=	BSD3CLAUSE

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