14 lines
379 B
Makefile
14 lines
379 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/07/28 14:14:30 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= time-w3c-0.1.0.1
|
|
CATEGORIES= time
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Parse, format and convert W3C Date and Time
|
|
LICENSE= public-domain
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-convertible/buildlink3.mk"
|
|
.include "../../wip/hs-parsec/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|