aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-byteable/Makefile
blob: 543bb55fcf8afdd7122dca10a730f3d288767d19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PORTNAME=	byteable
PORTVERSION=	0.1.1
PORTREVISION=	2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Type class for sequence of bytes

LICENSE=	BSD3CLAUSE

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