library are quite limited. The unixutils package contains some good ones, but they aren't portable to Windows. This library just repackages the Cabal implementations of its own temporary file and folder functions so that you can use them without linking against Cabal or depending on it being installed. WWW: http://www.github.com/batterseapower/temporary Obtained from: FreeBSD Haskell
18 lines
414 B
Makefile
18 lines
414 B
Makefile
# New ports collection makefile for: hs-temporary
|
|
# Date created: February 6, 2012
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= temporary
|
|
PORTVERSION= 1.1.2.3
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Portable temporary file and directory support for Windows and Unix
|
|
|
|
LICENSE= BSD
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|