diff options
author | swills <swills@FreeBSD.org> | 2011-12-20 09:39:13 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-12-20 09:39:13 +0800 |
commit | 001687649171a3c7556ceb14ab1e6a7ebe164105 (patch) | |
tree | 27fbebd6a840728f6b2da2aee63140b8465c4f13 /devel | |
parent | b3fad795e8d25640e119277fd89780ca360bce7a (diff) | |
download | freebsd-ports-gnome-001687649171a3c7556ceb14ab1e6a7ebe164105.tar.gz freebsd-ports-gnome-001687649171a3c7556ceb14ab1e6a7ebe164105.tar.zst freebsd-ports-gnome-001687649171a3c7556ceb14ab1e6a7ebe164105.zip |
- Add missing BUILD_DEPENDS
- Add TEST_DEPENDS
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-github_creator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-github_creator/Makefile b/devel/p5-github_creator/Makefile index 2974a47b0030..3160c2f95eb4 100644 --- a/devel/p5-github_creator/Makefile +++ b/devel/p5-github_creator/Makefile @@ -15,11 +15,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create a Github repository for your Perl module -RUN_DEPENDS= p5-Config-IniFiles>0:${PORTSDIR}/devel/p5-Config-IniFiles \ +BUILD_DEPENDS= p5-Config-IniFiles>0:${PORTSDIR}/devel/p5-Config-IniFiles \ p5-File-Find-Closures>0:${PORTSDIR}/devel/p5-File-Find-Closures \ p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl \ p5-WWW-Mechanize>0:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-YAML>0:${PORTSDIR}/textproc/p5-YAML +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output PERL_CONFIGURE= yes |