aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-github_creator/Makefile
blob: 3160c2f95eb4616eca128c91264331558e61d60d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	p5-github_creator
# Date created:		2008-11-15
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	github_creator
PORTVERSION=	0.15
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:BDFOY
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Create a Github repository for your Perl module

BUILD_DEPENDS=	p5-Config-IniFiles>0:${PORTSDIR}/devel/p5-Config-IniFiles	\
		p5-File-Find-Closures>0:${PORTSDIR}/devel/p5-File-Find-Closures	\
		p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl	\
		p5-WWW-Mechanize>0:${PORTSDIR}/www/p5-WWW-Mechanize	\
		p5-YAML>0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output

PERL_CONFIGURE=	yes

MAN1=		github_creator.1

.include <bsd.port.mk>