pkgsrc-wip/hs-time/Makefile
PHO / phonohawk b7a79cceac Import hs-time-1.1.2.2 as wip/hs-time.
The Haskell "time" package replaces System.Time (existing API). As of
GHC 6.6, it is part of the standard libraries.
2009-01-12 06:54:50 +00:00

13 lines
302 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/01/12 06:54:50 phonohawk Exp $
#
DISTNAME= time-1.1.2.2
PKGNAME= hs-${DISTNAME}
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
HOMEPAGE= http://semantic.org/TimeLib/
COMMENT= Haskell time library
.include "../../wip/mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"