aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-storable-tuple/Makefile
blob: 2bad8c98d334c172398033edb01e9c6d11627724 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   storable-tuple
PORTVERSION=    0.0.3.3
PORTREVISION=   2
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Storable instance for pairs and triples

LICENSE=    BSD3CLAUSE

USE_CABAL=  base-orphans storable-record utility-ht

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