1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

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>
This commit is contained in:
Philip M. Gollucci 2010-11-26 21:23:50 +00:00
parent db062f2e4d
commit 17de2ad9dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265210
5 changed files with 46 additions and 0 deletions

View File

@ -1171,6 +1171,7 @@
SUBDIR += p5-App-Cmd
SUBDIR += p5-App-Control
SUBDIR += p5-App-GitGot
SUBDIR += p5-App-GitHub
SUBDIR += p5-App-Info
SUBDIR += p5-App-Options
SUBDIR += p5-App-SVN-Bisect

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (App-GitHub-0.11.tar.gz) = 578fa45c59a29a05d9ccfbe009ab4c46e9c5516d6dfcd5b98e39a75652607690
SIZE (App-GitHub-0.11.tar.gz) = 14013

View File

@ -0,0 +1,3 @@
A command line tool wrap Net::GitHub.
WWW: http://search.cpan.org/dist/App-GitHub/

View File

@ -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