aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-01 01:17:34 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-01 01:17:34 +0000
commitc45ee2f88e9077207c3f798dce80113168865848 (patch)
tree98c599ab7d56b44a5fc0661940083f6860e4080a
parent868c0d3f5d14db283bf3be7653fcbe0ffdd2292d (diff)
downloadports-c45ee2f88e9077207c3f798dce80113168865848.tar.gz
ports-c45ee2f88e9077207c3f798dce80113168865848.zip
- Add a new dependecy
All tests successful. Files=4, Tests=3, 2 wallclock secs ( 0.05 usr 0.04 sys + 1.34 cusr 0.28 csys = 1.71 CPU) Result: PASS Requested by: az (maintainer)
Notes
Notes: svn path=/head/; revision=248994
-rw-r--r--www/p5-Catalyst-Plugin-Browser/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Plugin-Browser/Makefile b/www/p5-Catalyst-Plugin-Browser/Makefile
index 02e99c2e24d7..44b60b99da45 100644
--- a/www/p5-Catalyst-Plugin-Browser/Makefile
+++ b/www/p5-Catalyst-Plugin-Browser/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Catalyst-Plugin-Browser
PORTVERSION= 0.06
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,7 +16,7 @@ MAINTAINER= az@FreeBSD.org
COMMENT= Browser Detection for Catalyst
BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \
- ${SITE_PERL}/HTTP/BrowserDetect.pm:${PORTSDIR}/www/p5-HTTP-BrowserDetect
+ p5-Catalyst-TraitFor-Request-BrowserDetect>=0:${PORTSDIR}/www/p5-Catalyst-TraitFor-Request-BrowserDetect
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes