add ocaml-pcre 4.28.3
Perl compatible regular expressions for Objective Caml PR: 37354 Submitted by: Henrik Motakef <henrik.motakef@web.de>
This commit is contained in:
parent
18393e7390
commit
028629e4f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66587
@ -377,6 +377,7 @@
|
||||
SUBDIR += nspr
|
||||
SUBDIR += oaf
|
||||
SUBDIR += ocaml-findlib
|
||||
SUBDIR += ocaml-pcre
|
||||
SUBDIR += ocamlweb
|
||||
SUBDIR += omniORB
|
||||
SUBDIR += openzz
|
||||
|
29
devel/ocaml-pcre/Makefile
Normal file
29
devel/ocaml-pcre/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: ocaml-pcre
|
||||
# Date created: 21 April 2002
|
||||
# Whom: Henrik Motakef <henrik.motakef@web.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pcre
|
||||
PORTVERSION= 4.28.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.ai.univie.ac.at/~markus/ocaml_sources/
|
||||
MASTER_SITE_SUBDIR= pcre-ocaml
|
||||
PKGNAMEPREFIX= ocaml-
|
||||
DISTNAME= pcre-ocaml-${PORTVERSION}
|
||||
|
||||
MAINTAINER= henrik.motakef@web.de
|
||||
|
||||
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
|
||||
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
|
||||
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= OCAML_LIB_INSTALL="${PREFIX}/lib/ocaml/site-lib/pcre" \
|
||||
INCDIRS="${LOCALBASE}/include" LIBDIRS="${LOCALBASE}/lib"
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/META ${PREFIX}/lib/ocaml/site-lib/pcre; \
|
||||
${ECHO_CMD} "${PREFIX}/lib/ocaml/site-lib/pcre" >> ${PREFIX}/lib/ocaml/ld.conf
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/ocaml-pcre/distinfo
Normal file
1
devel/ocaml-pcre/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pcre-ocaml-4.28.3.tar.gz) = 893a6f05297b158032a0156d0cbc7af1
|
1
devel/ocaml-pcre/pkg-comment
Normal file
1
devel/ocaml-pcre/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl compatible regular expressions for Objective Caml
|
6
devel/ocaml-pcre/pkg-descr
Normal file
6
devel/ocaml-pcre/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Perl compatible regular expressions for Objective Caml.
|
||||
|
||||
WWW: http://pcre-ocaml.sourceforge.net/
|
||||
|
||||
- Henrik Motakef
|
||||
<henrik.motakef@web.de>
|
7
devel/ocaml-pcre/pkg-plist
Normal file
7
devel/ocaml-pcre/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
lib/ocaml/site-lib/pcre/META
|
||||
lib/ocaml/site-lib/pcre/dllpcre_stubs.so
|
||||
lib/ocaml/site-lib/pcre/libpcre_stubs.a
|
||||
lib/ocaml/site-lib/pcre/pcre.cma
|
||||
lib/ocaml/site-lib/pcre/pcre.cmi
|
||||
lib/ocaml/site-lib/pcre/pcre.mli
|
||||
@dirrm lib/ocaml/site-lib/pcre
|
Loading…
Reference in New Issue
Block a user