forked from Lainports/opnsense-ports
15 lines
348 B
Makefile
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>
|