14 lines
349 B
Makefile
14 lines
349 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/10/01 10:12:25 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= time-http-0.1.0.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= time
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Parse and format HTTP/1.1 Date and Time strings
|
|
LICENSE= public-domain
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-parsec/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|