diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-10-06 18:06:01 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-10-06 18:06:01 +0000 |
commit | 02517369ddf3fa34dffce8f4b79d45cc99022031 (patch) | |
tree | f5cb44f6db1154e47951764ed8d448e52e539368 /devel/p5-Git-Wrapper | |
parent | 9ebcd2e84fb23c0c86f8115e0895b0908d94794d (diff) | |
download | ports-02517369ddf3fa34dffce8f4b79d45cc99022031.tar.gz ports-02517369ddf3fa34dffce8f4b79d45cc99022031.zip |
Notes
Diffstat (limited to 'devel/p5-Git-Wrapper')
-rw-r--r-- | devel/p5-Git-Wrapper/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/devel/p5-Git-Wrapper/Makefile b/devel/p5-Git-Wrapper/Makefile index c883b955a659..4830e20e2d5e 100644 --- a/devel/p5-Git-Wrapper/Makefile +++ b/devel/p5-Git-Wrapper/Makefile @@ -7,6 +7,7 @@ PORTNAME= Git-Wrapper PORTVERSION= 0.017 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +15,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Wrap git(7) command-line interface -BUILD_DEPENDS= git>=0:${PORTSDIR}/devel/git +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= git>=0:${PORTSDIR}/devel/git \ + p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions \ + p5-File-pushd>=0:${PORTSDIR}/devel/p5-File-pushd RUN_DEPENDS= git>=0:${PORTSDIR}/devel/git \ + p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions \ p5-File-pushd>=0:${PORTSDIR}/devel/p5-File-pushd -LICENSE_COMB= dual -LICENSE= ART10 GPLv1 +TEST_DEPENDS= p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep PERL_CONFIGURE= yes |