1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/textproc/hs-regex-tdfa/Makefile

16 lines
299 B
Makefile

# $FreeBSD$
PORTNAME= regex-tdfa
PORTVERSION= 1.1.8
PORTREVISION= 1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Replaces/Enhances Text.Regex
USE_CABAL= mtl parsec regex-base>=0.93.1
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>