aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-GitHub-Gist/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-08-06 19:14:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-08-06 19:14:34 +0000
commitfac5ef8668024255f3905ef70c30808e64712ded (patch)
treeb67738240e9ee308275f90d64b8b0eabdd9ba69e /www/p5-WWW-GitHub-Gist/Makefile
parent05f9f70ad705b1d27ee7a4fbb98e139b305b392c (diff)
downloadports-fac5ef8668024255f3905ef70c30808e64712ded.tar.gz
ports-fac5ef8668024255f3905ef70c30808e64712ded.zip
Notes
Diffstat (limited to 'www/p5-WWW-GitHub-Gist/Makefile')
-rw-r--r--www/p5-WWW-GitHub-Gist/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/p5-WWW-GitHub-Gist/Makefile b/www/p5-WWW-GitHub-Gist/Makefile
index c8bd597e4a83..46970fb10e07 100644
--- a/www/p5-WWW-GitHub-Gist/Makefile
+++ b/www/p5-WWW-GitHub-Gist/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= WWW-GitHub-Gist
-PORTVERSION= 0.14
+PORTVERSION= 0.15
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,15 +17,13 @@ COMMENT= Perl interface to Gist
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
- p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
- p5-URI>=0:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
+ p5-Moo>=0:${PORTSDIR}/devel/p5-Moo
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= WWW::GitHub::Gist.3 \
- WWW::GitHub::Gist::v2.3 \
WWW::GitHub::Gist::v3.3
.include <bsd.port.pre.mk>