diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-06-06 10:43:19 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-06-06 10:43:19 +0000 |
commit | b554d9cafd67c1b243ee457b4a23c268881cb993 (patch) | |
tree | d618e64411f49c40ee9e2c7e4bf46529bc83dbc4 /www/p5-Reddit | |
parent | acc0cc54568bef4949728712cc28639851152ae4 (diff) | |
download | ports-b554d9cafd67c1b243ee457b4a23c268881cb993.tar.gz ports-b554d9cafd67c1b243ee457b4a23c268881cb993.zip |
Notes
Diffstat (limited to 'www/p5-Reddit')
-rw-r--r-- | www/p5-Reddit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Reddit/Makefile b/www/p5-Reddit/Makefile index 45b264f5a0ca..0971dabe4dcc 100644 --- a/www/p5-Reddit/Makefile +++ b/www/p5-Reddit/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Module for interacting with Reddit -BUILD_DEPENDS= ${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install \ +BUILD_DEPENDS= p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \ p5-common-sense>=3.2:${PORTSDIR}/devel/p5-common-sense |