16 lines
332 B
Makefile
16 lines
332 B
Makefile
# $FreeBSD$
|
|||
|
|||
PORTNAME= regex-compat-tdfa
|
|||
PORTVERSION= 0.95.1.4
|
|||
CATEGORIES= textproc haskell
|
|||
|
|||
MAINTAINER= haskell@FreeBSD.org
|
|||
COMMENT= Unicode Support version of Text.Regex, using regex-tdfa
|
|||
|
|||
LICENSE= BSD3CLAUSE
|
|||
|
|||
USE_CABAL= regex-base>=0.93 regex-tdfa>=1.1.0
|
|||
|
|||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|||
.include <bsd.port.mk>
|