Lines 6-51
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= git-annex |
8 |
PORTNAME= git-annex |
9 |
PORTVERSION= 3.20110702 |
9 |
PORTVERSION= 3.20110707 |
10 |
CATEGORIES= devel haskell |
10 |
CATEGORIES= devel haskell |
11 |
MASTER_SITES= http://git.kitenet.net/?p=git-annex.git;a=snapshot;sf=tgz;h=refs/tags/ |
|
|
12 |
DISTFILES= ${PORTVERSION} |
13 |
DIST_SUBDIR= ${PORTNAME} |
14 |
|
11 |
|
15 |
MAINTAINER= frase@frase.id.au |
12 |
MAINTAINER= frase@frase.id.au |
16 |
COMMENT= Manage file hierarchies with git |
13 |
COMMENT= Manage files with git, without checking their contents into git |
17 |
|
|
|
18 |
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ |
19 |
hs-MissingH>=0:${PORTSDIR}/devel/hs-MissingH \ |
20 |
hs-pcre-light>=0:${PORTSDIR}/devel/hs-pcre-light \ |
21 |
hs-utf8-string>=0:${PORTSDIR}/devel/hs-utf8-string \ |
22 |
hs-SHA>=0:${PORTSDIR}/security/hs-SHA \ |
23 |
hs-dataenc>=0:${PORTSDIR}/converters/hs-dataenc \ |
24 |
hs-curl>0:${PORTSDIR}/ftp/hs-curl \ |
25 |
git:${PORTSDIR}/devel/git \ |
26 |
rsync:${PORTSDIR}/net/rsync |
27 |
|
28 |
RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ |
29 |
hs-MissingH>=0:${PORTSDIR}/devel/hs-MissingH \ |
30 |
hs-pcre-light>=0:${PORTSDIR}/devel/hs-pcre-light \ |
31 |
hs-utf8-string>=0:${PORTSDIR}/devel/hs-utf8-string \ |
32 |
hs-SHA>=0:${PORTSDIR}/security/hs-SHA \ |
33 |
hs-dataenc>=0:${PORTSDIR}/converters/hs-dataenc \ |
34 |
hs-curl>0:${PORTSDIR}/ftp/hs-curl \ |
35 |
git:${PORTSDIR}/devel/git \ |
36 |
rsync:${PORTSDIR}/net/rsync |
37 |
|
38 |
USE_PERL5= yes |
39 |
USE_GMAKE= yes |
40 |
|
41 |
MAN1= git-annex.1 \ |
42 |
git-annex-shell.1 \ |
43 |
git-union-merge.1 |
44 |
|
14 |
|
45 |
LICENSE= GPLv3 |
15 |
LICENSE= GPLv3 |
|
|
16 |
FILE_LICENSE= GPL |
17 |
|
18 |
USE_CABAL= dataenc hS3 hslogger HTTP MissingH mtl network pcre-light \ |
19 |
SHA utf8-string |
20 |
CABAL_SETUP= Setup.hs |
21 |
|
22 |
USE_GMAKE= yes |
23 |
USE_PERL5_BUILD= yes |
24 |
|
25 |
BUILD_DEPENDS+= rsync:${PORTSDIR}/net/rsync \ |
26 |
git:${PORTSDIR}/devel/git |
27 |
|
28 |
RUN_DEPENDS+= rsync:${PORTSDIR}/net/rsync \ |
29 |
git:${PORTSDIR}/devel/git |
30 |
|
31 |
EXECUTABLE= git-union-merge git-annex-shell git-annex |
32 |
STANDALONE= yes |
46 |
|
33 |
|
47 |
PLIST_FILES= bin/git-annex \ |
34 |
MAN1SRC= . |
48 |
bin/git-annex-shell \ |
35 |
MAN1= git-union-merge.1 git-annex-shell.1 git-annex.1 |
49 |
bin/git-union-merge |
|
|
50 |
|
36 |
|
51 |
.include <bsd.port.mk> |
37 |
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |
|
|
38 |
.include <bsd.port.mk> |