1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.setup Git-FastExport 0.07 ../by-authors/id/B/BO/BOOK |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | supported_archs noarch |
---|
11 | |
---|
12 | description Stitch several git repositories into a git-fast-import stream |
---|
13 | |
---|
14 | long_description ${description} |
---|
15 | |
---|
16 | checksums sha256 4a89c36a8da12a752a21d4b04cdb57d86feacca1e738b91096af5e7511c7797f \ |
---|
17 | rmd160 890db47bf8df9ada61302e185ce926c4a06cf62e |
---|
18 | |
---|
19 | depends_lib-append port:p5-app-gh |
---|
20 | |
---|
21 | |
---|