WWW: http://search.cpan.org/dist/App-GitHub/ PR: ports/152104 Submitted by: Gea-Suan Lin <gslin at gslin.org>
33 lines
693 B
Makefile
33 lines
693 B
Makefile
# 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>
|