forked from Lainports/opnsense-ports
17 lines
387 B
Makefile
17 lines
387 B
Makefile
# 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>
|