16 lines
515 B
Makefile
16 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/05/03 19:01:15 pho Exp $
|
|
|
|
DISTNAME= hxt-9.3.1.22
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Collection of tools for processing XML with Haskell
|
|
LICENSE= mit
|
|
|
|
.include "../../textproc/hs-hxt-charproperties/buildlink3.mk"
|
|
.include "../../textproc/hs-hxt-regex-xmlschema/buildlink3.mk"
|
|
.include "../../textproc/hs-hxt-unicode/buildlink3.mk"
|
|
.include "../../net/hs-network-uri/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|