diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-09-05 06:59:23 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-09-05 06:59:23 +0000 |
commit | df67050f3fd7086867de3fdace002a8f7d8e5d0a (patch) | |
tree | b863e0a823c4c399f5f36fbb9e6b100ac541167d /devel/p5-Git-Repository | |
parent | bdc287c3506845022431287f70510de8dca22ad0 (diff) | |
download | ports-df67050f3fd7086867de3fdace002a8f7d8e5d0a.tar.gz ports-df67050f3fd7086867de3fdace002a8f7d8e5d0a.zip |
Notes
Diffstat (limited to 'devel/p5-Git-Repository')
-rw-r--r-- | devel/p5-Git-Repository/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-Git-Repository/Makefile b/devel/p5-Git-Repository/Makefile index 70a7a98a1bf3..a89b5be55499 100644 --- a/devel/p5-Git-Repository/Makefile +++ b/devel/p5-Git-Repository/Makefile @@ -7,6 +7,7 @@ PORTNAME= Git-Repository PORTVERSION= 1.21 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BOOK @@ -15,6 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to Git repositories +RUN_DEPENDS= p5-System-Command>=0:${PORTSDIR}/devel/p5-System-Command + LICENSE= ART10 GPLv1 LICENSE_COMB= dual |