This package provides functionalities to parse and format various Date and Time formats allowed in HTTP/1.1 (RFC 2616).
14 lines
401 B
Makefile
14 lines
401 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/03/27 05:17:36 phonohawk Exp $
|
|
|
|
BUILDLINK_TREE+= hs-time-http
|
|
|
|
.if !defined(HS_TIME_HTTP_BUILDLINK3_MK)
|
|
HS_TIME_HTTP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-time-http+= hs-time-http>=0.1
|
|
BUILDLINK_PKGSRCDIR.hs-time-http?= ../../wip/hs-time-http
|
|
|
|
.include "../../wip/hs-parsec/buildlink3.mk"
|
|
.endif # HS_TIME_HTTP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-time-http
|