aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Git-PurePerl
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-03-05 03:36:47 +0000
committerSteve Wills <swills@FreeBSD.org>2012-03-05 03:36:47 +0000
commit4f26e57f9f73faff84aec1e3b3f92bc4cf2880f0 (patch)
treed3cbd493e5e9ca686d012444d19f9d051d3bbb75 /devel/p5-Git-PurePerl
parentf037d7682f2b849ad3b42690f0bddcce7f818eda (diff)
downloadports-4f26e57f9f73faff84aec1e3b3f92bc4cf2880f0.tar.gz
ports-4f26e57f9f73faff84aec1e3b3f92bc4cf2880f0.zip
Notes
Diffstat (limited to 'devel/p5-Git-PurePerl')
-rw-r--r--devel/p5-Git-PurePerl/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/devel/p5-Git-PurePerl/Makefile b/devel/p5-Git-PurePerl/Makefile
index c65f306ba01f..81dbeeb15883 100644
--- a/devel/p5-Git-PurePerl/Makefile
+++ b/devel/p5-Git-PurePerl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Git-PurePerl
PORTVERSION= 0.41
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:LBROCARD
@@ -16,12 +16,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= A Pure Perl interface to Git repositories
-RUN_DEPENDS= p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract \
+BUILD_DEPENDS= p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract \
p5-Data-Stream-Bulk>=0:${PORTSDIR}/devel/p5-Data-Stream-Bulk \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \
- p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class
-BUILD_DEPENDS= ${RUN_DEPENDS}
+ p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \
+ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
+ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
+ p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule \
+ p5-IO-Digest>0:${PORTSDIR}/devel/p5-IO-Digest
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes