- Update to 5.09.0
- TeX generated documentation only on request - Hand over to volunteer PR: ports/77300 Submitted by: Marwan Burelle <marwan.burelle@lri.fr>
This commit is contained in:
parent
2cf7ddc522
commit
3e18e828e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128410
@ -6,14 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= pcre
|
||||
PORTVERSION= 5.07.1
|
||||
PORTREVISION= 0
|
||||
PORTVERSION= 5.09.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.oefai.at/~markus/ocaml_sources/
|
||||
PKGNAMEPREFIX= ocaml-
|
||||
DISTNAME= pcre-ocaml-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= marwan.burelle@lri.fr
|
||||
COMMENT= Perl compatible regular expressions for Objective Caml
|
||||
|
||||
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
|
||||
@ -28,7 +27,7 @@ MAKE_ENV+= NO_CUSTOM=y
|
||||
.endif
|
||||
ALL_TARGET= all
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if defined(WITH_DOCS)
|
||||
BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX
|
||||
USE_GHOSTSCRIPT_BUILD= yes
|
||||
ALL_TARGET+= doc
|
||||
@ -45,7 +44,7 @@ post-install:
|
||||
${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
|
||||
@${ECHO_CMD} "@dirrm lib/ocaml/site-lib/pcre" >> ${TMPPLIST}
|
||||
@${ECHO_CMD} "@unexec ocamlfind remove pcre 2>/dev/null || true" >> ${TMPPLIST}
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if defined(WITH_DOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (pcre-ocaml-5.07.1.tar.gz) = abd31589e91961e94c0b1f06b7309766
|
||||
SIZE (pcre-ocaml-5.07.1.tar.gz) = 50607
|
||||
MD5 (pcre-ocaml-5.09.0.tar.gz) = 54e6a09275533960e417d0876ff7bedd
|
||||
SIZE (pcre-ocaml-5.09.0.tar.gz) = 52587
|
||||
|
Loading…
Reference in New Issue
Block a user