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

PORTNAME=   unix-time
PORTVERSION=    0.3.5
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Unix time parser/formatter and utilities

LICENSE=    BSD3CLAUSE

USE_CABAL=  old-time

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