diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-11-27 05:23:50 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-11-27 05:23:50 +0800 |
commit | cbe6fc83e55659d7332af11049eb6f0ad623998a (patch) | |
tree | f278527c2d1484a382d461e56773cd89c6ad3ae2 /devel/p5-App-GitHub | |
parent | 23adf21c1d8e433cf32d8841bbe5639a7382296a (diff) | |
download | freebsd-ports-gnome-cbe6fc83e55659d7332af11049eb6f0ad623998a.tar.gz freebsd-ports-gnome-cbe6fc83e55659d7332af11049eb6f0ad623998a.tar.zst freebsd-ports-gnome-cbe6fc83e55659d7332af11049eb6f0ad623998a.zip |
A command line tool wrap Net::GitHub.
WWW: http://search.cpan.org/dist/App-GitHub/
PR: ports/152104
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'devel/p5-App-GitHub')
-rw-r--r-- | devel/p5-App-GitHub/Makefile | 33 | ||||
-rw-r--r-- | devel/p5-App-GitHub/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-App-GitHub/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-App-GitHub/pkg-plist | 7 |
4 files changed, 45 insertions, 0 deletions
diff --git a/devel/p5-App-GitHub/Makefile b/devel/p5-App-GitHub/Makefile new file mode 100644 index 000000000000..18b79ea130a7 --- /dev/null +++ b/devel/p5-App-GitHub/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-App-GitHub +# Date created: 2010-11-06 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= App-GitHub +PORTVERSION= 0.11 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= App +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= GitHub Command Tools + +RUN_DEPENDS= p5-JSON-XS>=2.3:${PORTSDIR}/converters/p5-JSON-XS \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-Net-GitHub>=0.12:${PORTSDIR}/net/p5-Net-GitHub + +PERL_CONFIGURE= yes + +MAN1= github.pl.1 +MAN3= App::GitHub.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500905 +RUN_DEPENDS+= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-App-GitHub/distinfo b/devel/p5-App-GitHub/distinfo new file mode 100644 index 000000000000..4c8194b7cc20 --- /dev/null +++ b/devel/p5-App-GitHub/distinfo @@ -0,0 +1,2 @@ +SHA256 (App-GitHub-0.11.tar.gz) = 578fa45c59a29a05d9ccfbe009ab4c46e9c5516d6dfcd5b98e39a75652607690 +SIZE (App-GitHub-0.11.tar.gz) = 14013 diff --git a/devel/p5-App-GitHub/pkg-descr b/devel/p5-App-GitHub/pkg-descr new file mode 100644 index 000000000000..1e4f8fdf3d91 --- /dev/null +++ b/devel/p5-App-GitHub/pkg-descr @@ -0,0 +1,3 @@ +A command line tool wrap Net::GitHub. + +WWW: http://search.cpan.org/dist/App-GitHub/ diff --git a/devel/p5-App-GitHub/pkg-plist b/devel/p5-App-GitHub/pkg-plist new file mode 100644 index 000000000000..5a14f1d89553 --- /dev/null +++ b/devel/p5-App-GitHub/pkg-plist @@ -0,0 +1,7 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/GitHub/.packlist +%%SITE_PERL%%/App/GitHub.pm +bin/github.pl +@dirrmtry %%SITE_PERL%%/App +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/GitHub +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App |