diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-13 16:13:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-13 16:13:01 +0000 |
commit | ea629c531c8d6c7af25ea90573727b12365794de (patch) | |
tree | 87e2963755581e197e36f3ee8e2b47529eed2e68 /www/p5-App-gist | |
parent | 936e0c2e3486a0f3d0b36efebe04963df8206fdf (diff) | |
download | ports-ea629c531c8d6c7af25ea90573727b12365794de.tar.gz ports-ea629c531c8d6c7af25ea90573727b12365794de.zip |
Notes
Diffstat (limited to 'www/p5-App-gist')
-rw-r--r-- | www/p5-App-gist/Makefile | 15 | ||||
-rw-r--r-- | www/p5-App-gist/distinfo | 4 |
2 files changed, 13 insertions, 6 deletions
diff --git a/www/p5-App-gist/Makefile b/www/p5-App-gist/Makefile index dfaa1ede9946..9530242e9117 100644 --- a/www/p5-App-gist/Makefile +++ b/www/p5-App-gist/Makefile @@ -6,20 +6,27 @@ # PORTNAME= App-gist -PORTVERSION= 0.05 +PORTVERSION= 0.08 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= dennylin93@hs.ntnu.edu.tw +MAINTAINER= perl@FreeBSD.org COMMENT= GitHub Gist creator -RUN_DEPENDS= p5-WWW-GitHub-Gist>=0.13:${PORTSDIR}/www/p5-WWW-GitHub-Gist +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual -PERL_CONFIGURE= yes +BUILD_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \ + p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ + p5-WWW-GitHub-Gist>=0:${PORTSDIR}/www/p5-WWW-GitHub-Gist +RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= gist-[0-9]* +PERL_CONFIGURE= yes + MAN1= gist.1 MAN3= App::gist.3 diff --git a/www/p5-App-gist/distinfo b/www/p5-App-gist/distinfo index 4e2b9fab3052..c71b6e3491ba 100644 --- a/www/p5-App-gist/distinfo +++ b/www/p5-App-gist/distinfo @@ -1,2 +1,2 @@ -SHA256 (App-gist-0.05.tar.gz) = acdabbec8f7fba9c41558b0d1c91deda6593bfc0b724e4dabba6ad5932f7ed32 -SIZE (App-gist-0.05.tar.gz) = 13055 +SHA256 (App-gist-0.08.tar.gz) = 49d1d86cc06bc55c5a08d592bad8f4277836833bed44d112bedf0e6e34781702 +SIZE (App-gist-0.08.tar.gz) = 12910 |