aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-10-06 17:39:02 +0000
committerSteve Wills <swills@FreeBSD.org>2011-10-06 17:39:02 +0000
commit34eed15e2a8a4e55103736e9e6494aaab497ea89 (patch)
treee0aee85bfd0b41718b15ccac4e773660011a20ce /devel
parent1b349f79dead2de3f45293102de2dff6893460ed (diff)
- Add build dependency to quiet build warning
- Pet portlint while here
Notes
Notes: svn path=/head/; revision=283058
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Git-Repository/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Git-Repository/Makefile b/devel/p5-Git-Repository/Makefile
index 1e5454b442bd..5fe6af395532 100644
--- a/devel/p5-Git-Repository/Makefile
+++ b/devel/p5-Git-Repository/Makefile
@@ -15,11 +15,12 @@ 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
+BUILD_DEPENDS= p5-System-Command>=0:${PORTSDIR}/devel/p5-System-Command
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= yes
MAN3= Git::Repository.3 \