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

PORTNAME=   datetime
PORTVERSION=    0.3.1
PORTREVISION=   4
CATEGORIES= devel haskell

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

LICENSE=    GPLv3

USE_CABAL=  old-locale>=1.0.0.1 old-time>=1.0.0.1

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