mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043
18 lines
345 B
Makefile
18 lines
345 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= regex-pcre-builtin
|
|
PORTVERSION= 0.94.4.8.8.35
|
|
PORTREVISION= 4
|
|
CATEGORIES= textproc haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Replaces/Enhances Text.Regex
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= regex-base>=0.93
|
|
|
|
LIB_DEPENDS= libpcre.so:devel/pcre
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|