diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-07-14 00:13:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-07-14 00:13:01 +0800 |
commit | b7e14413b9e7e4083c5fdb3dd17c5cd459f2cab9 (patch) | |
tree | 5d5575238808fa79646a7d92f14c583e2cd69094 /www | |
parent | 0746758067fa799fe70b0d8f39ab29cdef5e95b1 (diff) | |
download | freebsd-ports-gnome-b7e14413b9e7e4083c5fdb3dd17c5cd459f2cab9.tar.gz freebsd-ports-gnome-b7e14413b9e7e4083c5fdb3dd17c5cd459f2cab9.tar.zst freebsd-ports-gnome-b7e14413b9e7e4083c5fdb3dd17c5cd459f2cab9.zip |
- Update to 0.08
- Add LICENSE
- Pass maintainership to perl@
Changes: http://search.cpan.org/dist/App-gist/Changes
PR: ports/169739
Submitted by: sunpoet (myself)
Approved by: Denny Lin <dennylin93@hs.ntnu.edu.tw> (maintainer)
Diffstat (limited to 'www')
-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 |