aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/hs-torrent/Makefile
blob: f092382fc25759d817705d1aa895701a838c108d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=	torrent
PORTVERSION=	10000.1.1
CATEGORIES=	net-p2p haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	BitTorrent file parser and generator

LICENSE=	BSD3CLAUSE

USE_CABAL=	bencode>=0.2 syb

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