aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-binary/Makefile
blob: 32e67efcdc5b4280084e7e2fa5a9b587df3def1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# New ports collection makefile for:    binary
# Date created:             December 15, 2008
# Whom:                 Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   binary
PORTVERSION=    0.5.0.2
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Efficient binary serialisation for Haskell

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