diff options
Diffstat (limited to 'textproc/hs-bencode/Makefile')
-rw-r--r-- | textproc/hs-bencode/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/hs-bencode/Makefile b/textproc/hs-bencode/Makefile new file mode 100644 index 000000000000..d38d920cfa7c --- /dev/null +++ b/textproc/hs-bencode/Makefile @@ -0,0 +1,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> |