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