freebsd-ports/textproc/hs-regex-pcre-builtin/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

18 lines
345 B
Makefile

# $FreeBSD$
PORTNAME= regex-pcre-builtin
PORTVERSION= 0.94.4.8.8.35
PORTREVISION= 2
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>