opnsense-ports/textproc/hs-regex-compat/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

16 lines
317 B
Makefile

# $FreeBSD$
PORTNAME= regex-compat
PORTVERSION= 0.95.1
PORTREVISION= 16
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Replaces/Enhances Text.Regex
LICENSE= BSD3CLAUSE
USE_CABAL= regex-base>=0.93 regex-posix>=0.95.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>