aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-App-GitHub/Makefile
blob: 18b79ea130a7326788656d409ed70435c675a845 (plain) (tree)
































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