opnsense-ports/textproc/hs-bencode/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

15 lines
274 B
Makefile

# $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>