blob: 4d17ec6bc92d1769b888230d100bcd417e820e86 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= regex-compat
PORTVERSION= 0.95.1
PORTREVISION= 5
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Replaces/Enhances Text.Regex
LICENSE= BSD
USE_CABAL= regex-base>=0.93 regex-posix>=0.95.1
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|