diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-10 11:59:26 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-10 11:59:26 +0800 |
commit | c18738cf374ba9eb57656c4c38dea9678eeed6e7 (patch) | |
tree | fe915fddfd2980fdaa302a80da14ea1d2ddac969 | |
parent | aa5f321aed0739439fab8b6dc79dafcff0383428 (diff) | |
download | freebsd-ports-gnome-c18738cf374ba9eb57656c4c38dea9678eeed6e7.tar.gz freebsd-ports-gnome-c18738cf374ba9eb57656c4c38dea9678eeed6e7.tar.zst freebsd-ports-gnome-c18738cf374ba9eb57656c4c38dea9678eeed6e7.zip |
- Add BUILD_DEPENDS to silence build warnings and enable testing
-rw-r--r-- | www/p5-Catalyst-TraitFor-Request-BrowserDetect/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-Catalyst-TraitFor-Request-BrowserDetect/Makefile b/www/p5-Catalyst-TraitFor-Request-BrowserDetect/Makefile index 0bfb505f9015..9b70fc200b5e 100644 --- a/www/p5-Catalyst-TraitFor-Request-BrowserDetect/Makefile +++ b/www/p5-Catalyst-TraitFor-Request-BrowserDetect/Makefile @@ -14,12 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Browser detection for Catalyst::Requests -RUN_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-CatalystX-RoleApplicator>=0:${PORTSDIR}/www/p5-CatalystX-RoleApplicator \ - p5-HTTP-BrowserDetect>=0:${PORTSDIR}/www/p5-HTTP-BrowserDetect +BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-CatalystX-RoleApplicator>=0:${PORTSDIR}/www/p5-CatalystX-RoleApplicator \ + p5-HTTP-BrowserDetect>=0:${PORTSDIR}/www/p5-HTTP-BrowserDetect +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Catalyst::TraitFor::Request::BrowserDetect.3 +MAN3= Catalyst::TraitFor::Request::BrowserDetect.3 .include <bsd.port.mk> |