View | Details | Raw Unified | Return to bug 205893
Collapse All | Expand All

(-)devel/ocaml-extlib/Makefile (-5 / +12 lines)
Lines 2-11 Link Here
2
# $FreeBSD: head/devel/ocaml-extlib/Makefile 385413 2015-05-04 15:46:51Z madpilot $
2
# $FreeBSD: head/devel/ocaml-extlib/Makefile 385413 2015-05-04 15:46:51Z madpilot $
3
3
4
PORTNAME=	extlib
4
PORTNAME=	extlib
5
PORTVERSION=	1.6.1
5
PORTVERSION=	1.7.0
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	GOOGLE_CODE
8
PROJECTHOST=	${PKGNAMEPREFIX}${PORTNAME}
9
PKGNAMEPREFIX=	ocaml-
7
PKGNAMEPREFIX=	ocaml-
10
8
11
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
Lines 13-26 Link Here
13
11
14
LICENSE=	LGPL21
12
LICENSE=	LGPL21
15
13
16
OPTIONS_DEFINE=	DOCS
14
BUILD_DEPENDS=	cppo:${PORTSDIR}/devel/ocaml-cppo
15
16
WRKSRC_SUBDIR=	src
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	ygrek
20
GH_PROJECT=	ocaml-extlib
17
21
18
USE_OCAML=	yes
22
USE_OCAML=	yes
19
USE_OCAML_FINDLIB=yes
20
USE_OCAML_CAMLP4=yes
23
USE_OCAML_CAMLP4=yes
24
USE_OCAML_FINDLIB=yes
21
USE_OCAMLFIND_PLIST=yes
25
USE_OCAMLFIND_PLIST=yes
22
26
23
USES=		gmake
27
USES=		gmake
28
MAKE_ARGS=	VERSION="${PORTVERSION}"
24
ALL_TARGET=	all opt doc
29
ALL_TARGET=	all opt doc
25
MAKE_JOBS_UNSAFE=	yes
30
MAKE_JOBS_UNSAFE=	yes
26
31
Lines 28-33 Link Here
28
33
29
PORTDOCS=	*
34
PORTDOCS=	*
30
35
36
OPTIONS_DEFINE=	DOCS
37
31
post-install:
38
post-install:
32
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
39
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
33
	(cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR})
40
	(cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR})
(-)devel/ocaml-extlib/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (extlib-1.6.1.tar.gz) = 88d4b3638cb4da4e04d81ba157e7235e744373c5784cf4b906570d07b890aeca
1
SHA256 (ygrek-ocaml-extlib-1.7.0_GH0.tar.gz) = 3c9fd159a4ec401559905f96e578317a4933452ced9a7f3a4f89f9c7130d9a63
2
SIZE (extlib-1.6.1.tar.gz) = 72780
2
SIZE (ygrek-ocaml-extlib-1.7.0_GH0.tar.gz) = 83327
(-)devel/ocaml-extlib/pkg-descr (-1 / +1 lines)
Lines 9-12 Link Here
9
library can be seen as a proposal for inclusion in the official
9
library can be seen as a proposal for inclusion in the official
10
distribution.
10
distribution.
11
11
12
WWW: http://code.google.com/p/ocaml-extlib/
12
WWW: https://github.com/ygrek/ocaml-extlib/

Return to bug 205893