diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2012-01-09 14:41:18 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2012-01-09 14:41:18 +0000 |
commit | bfc931570d439ee0be48ae598c2a666ea8fbbdd7 (patch) | |
tree | 56eb335778ae1546c752b6910c5d8b832a15d27f /www/p5-WWW-GitHub-Gist/Makefile | |
parent | 89f84bd07b9645ca251239235f37887d3db7faa7 (diff) | |
download | ports-bfc931570d439ee0be48ae598c2a666ea8fbbdd7.tar.gz ports-bfc931570d439ee0be48ae598c2a666ea8fbbdd7.zip |
Notes
Diffstat (limited to 'www/p5-WWW-GitHub-Gist/Makefile')
-rw-r--r-- | www/p5-WWW-GitHub-Gist/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-WWW-GitHub-Gist/Makefile b/www/p5-WWW-GitHub-Gist/Makefile index 6b3127ed5259..b063d2ea2319 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.06 +PORTVERSION= 0.13 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ALEXBIO @@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= dennylin93@hs.ntnu.edu.tw COMMENT= Perl interface to Gist -CONFLICTS= gist-[0-9]* - RUN_DEPENDS= p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose PERL_CONFIGURE= yes -MAN1= gist.1 -MAN3= WWW::GitHub::Gist.3 +MAN3= WWW::GitHub::Gist.3 \ + WWW::GitHub::Gist::v2.3 \ + WWW::GitHub::Gist::v3.3 .include <bsd.port.mk> |