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:
parent
dceba5ad40
commit
c3a24b358b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273785
21
textproc/hs-regex-base/Makefile
Normal file
21
textproc/hs-regex-base/Makefile
Normal 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>
|
2
textproc/hs-regex-base/distinfo
Normal file
2
textproc/hs-regex-base/distinfo
Normal 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
|
3
textproc/hs-regex-base/pkg-descr
Normal file
3
textproc/hs-regex-base/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Interface API for regex-posix,pcre,parsec,tdfa,dfa.
|
||||
|
||||
WWW: http://sourceforge.net/projects/lazy-regex
|
Loading…
Reference in New Issue
Block a user