opnsense-ports/textproc/hs-hxt-regex-xmlschema/Makefile
Franco Fichtner cdf9952906 */*: sync with upstream
Taken from: HardenedBSD
2017-08-09 06:23:35 +02:00

15 lines
348 B
Makefile

# $FreeBSD$
PORTNAME= hxt-regex-xmlschema
PORTVERSION= 9.2.0.3
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Regular expression library for W3C XML Schema regular expressions
LICENSE= MIT
USE_CABAL= hxt-charproperties>=9.0 parsec>=2.1 text>=0.10
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>