aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-10-07 01:39:02 +0800
committerswills <swills@FreeBSD.org>2011-10-07 01:39:02 +0800
commit59268103011bd812e5364a7b59037f6349d9f5fa (patch)
tree5213c403c76e9637750c7cea9faa33dcd6960f28
parent500526bfe1da8b53ed910d6532b8336e74bf3a68 (diff)
downloadfreebsd-ports-gnome-59268103011bd812e5364a7b59037f6349d9f5fa.tar.gz
freebsd-ports-gnome-59268103011bd812e5364a7b59037f6349d9f5fa.tar.zst
freebsd-ports-gnome-59268103011bd812e5364a7b59037f6349d9f5fa.zip
- Add build dependency to quiet build warning
- Pet portlint while here
-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 \