freebsd-ports/textproc/hs-regex-compat/Makefile
Gabor Pali 963271eebc - Update to 0.95.1
Obtained from:	FreeBSD Haskell
2012-02-13 05:38:20 +00:00

21 lines
454 B
Makefile

# New ports collection makefile for: hs-regex-compat
# Date created: August 18, 2010
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= regex-compat
PORTVERSION= 0.95.1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Replaces/Enhances Text.Regex
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= regex-base>=0.93 regex-posix>=0.95.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>