diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-11 14:12:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-11 14:12:38 +0800 |
commit | 5ecdde00790ca77fdbd9d38df3bcaed7e4b22b35 (patch) | |
tree | dc34bf1ca39f4323ce67e7545a585a39623ae065 /graphics/p5-Google-Chart/Makefile | |
parent | 2e9ebb1ba136cf841339ce130bdcba584cc619ea (diff) | |
download | freebsd-ports-gnome-5ecdde00790ca77fdbd9d38df3bcaed7e4b22b35.tar.gz freebsd-ports-gnome-5ecdde00790ca77fdbd9d38df3bcaed7e4b22b35.tar.zst freebsd-ports-gnome-5ecdde00790ca77fdbd9d38df3bcaed7e4b22b35.zip |
- Promote Moose requirement to 2.0+ which includes Class::MOP
Diffstat (limited to 'graphics/p5-Google-Chart/Makefile')
-rw-r--r-- | graphics/p5-Google-Chart/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Google-Chart/Makefile b/graphics/p5-Google-Chart/Makefile index c5677718b390..fda84da36060 100644 --- a/graphics/p5-Google-Chart/Makefile +++ b/graphics/p5-Google-Chart/Makefile @@ -16,7 +16,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Perl Interface to Google Charts API RUN_DEPENDS= p5-libwww>0:${PORTSDIR}/www/p5-libwww \ - p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \ + p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \ p5-URI>0:${PORTSDIR}/net/p5-URI MAN3= Google::Chart.3 Google::Chart::Axis.3 \ |