Lines 2-12
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= opam |
4 |
PORTNAME= opam |
5 |
PORTVERSION= 1.1.1 |
5 |
PORTVERSION= 1.2.0 |
6 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
7 |
MASTER_SITES= http://www.ocamlpro.com/pub/ |
7 |
|
8 |
PKGNAMEPREFIX= ocaml- |
8 |
USE_GITHUB= yes |
9 |
DISTNAME= opam-full-${PORTVERSION} |
9 |
|
|
|
10 |
GH_ACCOUNT= ocaml |
11 |
GH_PROJECT= opam |
12 |
GH_TAGNAME= 1.2.0 |
13 |
GH_COMMIT= cbe460b |
10 |
|
14 |
|
11 |
MAINTAINER= joris@giovannangeli.fr |
15 |
MAINTAINER= joris@giovannangeli.fr |
12 |
COMMENT= Source-based package manager for OCaml |
16 |
COMMENT= Source-based package manager for OCaml |
Lines 15-20
LICENSE= GPLv3
Link Here
|
15 |
|
19 |
|
16 |
BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl |
20 |
BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl |
17 |
|
21 |
|
|
|
22 |
|
23 |
OPTIONS_DEFINE= RSYNC GIT WGET HG ASPCUD |
24 |
|
25 |
RSYNC_DESC= "Support remote repository synchronized with Rsync" |
26 |
WGET_DESC= "Support remote repository synchronized with git" |
27 |
GIT_DESC= "Support remote repository synchronized with HTTP" |
28 |
HG_DESC= "Support remote repository synchronized with mercurial" |
29 |
ASPCUD_DESC= "Use aspcud as an external dependencies solver" |
30 |
|
31 |
OTIONS_DEFAULT= RSYNC GIT WGET |
32 |
|
33 |
WGET_RUN_DEPENDS:=wget:${PORTSDIR}/ftp/wget |
34 |
RSYNC_RUN_DEPENDS:=rsync:${PORTSDIR}/net/rsync |
35 |
GIT_RUN_DEPENDS:=git:${PORTSDIR}/devel/git |
36 |
HG_RUN_DEPENDS:=hg:${PORTSDIR}/devel/mercurial |
37 |
ASPCUD_RUN_DEPENDS:=${PORTSDIR}/math/aspcud |
38 |
|
39 |
ALL_TARGET= lib-ext all |
40 |
|
18 |
USES= gmake |
41 |
USES= gmake |
19 |
USE_OCAML= yes |
42 |
USE_OCAML= yes |
20 |
GNU_CONFIGURE= yes |
43 |
GNU_CONFIGURE= yes |