forked from Lainports/opnsense-ports
16 lines
306 B
Makefile
16 lines
306 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= time-compat
|
|
PORTVERSION= 0.1.0.3
|
|
PORTREVISION= 12
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Compatibility with old-time for the time package
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= old-time
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|