diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/p5-Baseball-Sabermetrics/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'games/p5-Baseball-Sabermetrics/Makefile')
-rw-r--r-- | games/p5-Baseball-Sabermetrics/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/p5-Baseball-Sabermetrics/Makefile b/games/p5-Baseball-Sabermetrics/Makefile index a3f96a52ade1..e16b22d44efd 100644 --- a/games/p5-Baseball-Sabermetrics/Makefile +++ b/games/p5-Baseball-Sabermetrics/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Baseball Statistics Module -BUILD_DEPENDS= p5-Data-Serializer>=0.29:${PORTSDIR}/devel/p5-Data-Serializer \ - p5-HTML-TableExtract>=2.08:${PORTSDIR}/www/p5-HTML-TableExtract \ - p5-libwww>=5.801:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Data-Serializer>=0.29:devel/p5-Data-Serializer \ + p5-HTML-TableExtract>=2.08:www/p5-HTML-TableExtract \ + p5-libwww>=5.801:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |