blob: f5bbc9b3182b97680d63b1db3f8d1c2fc1e91616 (
plain)
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
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= CommitBit
PORTVERSION= 0.02
PORTREVISION= 2
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:${PORTSDIR}/devel/p5-UNIVERSAL-require \
p5-Jifty>=0.60728:${PORTSDIR}/www/p5-Jifty \
p5-Text-Password-Pronounceable>=0:${PORTSDIR}/security/p5-Text-Password-Pronounceable
PERL_CONFIGURE= yes
MAN3= CommitBit.3 \
CommitBit::Action::ConfirmEmail.3 \
CommitBit::Action::Login.3 \
CommitBit::Action::Logout.3 \
CommitBit::Model::User.3 \
CommitBit::Notification::ConfirmAddress.3 \
CommitBit::Notification::InviteToProject.3 \
CommitBit::Test.3
.include <bsd.port.mk>
|