15 lines
383 B
Makefile
15 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/10/01 01:47:42 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= hxt-curl-9.1.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= LibCurl interface for HXT
|
|
LICENSE= mit
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-curl/buildlink3.mk"
|
|
.include "../../wip/hs-hxt/buildlink3.mk"
|
|
.include "../../wip/hs-parsec/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|