aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-CommitBit/Makefile
blob: 5f1c2622bcfac4018b7ab674219910b327c5cffd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>

PORTNAME=	CommitBit
PORTVERSION=	0.02
PORTREVISION=	3
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:JESSE
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Project administration tool

RUN_DEPENDS=	p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require \
		p5-Jifty>=0.60728:www/p5-Jifty \
		p5-Text-Password-Pronounceable>=0:security/p5-Text-Password-Pronounceable

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>