13 lines
368 B
Makefile
13 lines
368 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/05/03 19:01:21 pho Exp $
|
|
|
|
DISTNAME= http-types-0.12.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= szptvlfn@NetBSD.org
|
|
COMMENT= Generic HTTP types for Haskell (for both client and server code)
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../textproc/hs-case-insensitive/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|