opnsense-ports/devel/hs-temporary/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

16 lines
328 B
Makefile

# $FreeBSD$
PORTNAME= temporary
PORTVERSION= 1.2.0.3
PORTREVISION= 2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Portable temporary file and directory support for Windows and Unix
LICENSE= BSD3CLAUSE
USE_CABAL= exceptions>=0.6
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>