1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Interface API for regex-posix,pcre,parsec,tdfa,dfa.

WWW:	http://sourceforge.net/projects/lazy-regex

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2011-05-08 18:42:11 +00:00
parent dceba5ad40
commit c3a24b358b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273785
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: hs-regex-base
# Date created: 2010-08-10
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= regex-base
PORTVERSION= 0.93.2
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Interface API for regex-posix,pcre,parsec,tdfa,dfa
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= mtl
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/regex-base-0.93.2.tar.gz) = 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278
SIZE (cabal/regex-base-0.93.2.tar.gz) = 9156

View File

@ -0,0 +1,3 @@
Interface API for regex-posix,pcre,parsec,tdfa,dfa.
WWW: http://sourceforge.net/projects/lazy-regex