aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-datetime/Makefile
blob: 81ada5f081d2963a7181b158d66d2a518aa4cf51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$

PORTNAME=	datetime
PORTVERSION=	0.2.1
PORTREVISION=	8
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Utilities to make Data.Time.* easier to use in Haskell

LICENSE=	GPLv3

USE_CABAL=	QuickCheck>=2

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