2006-12-30 12:31:47 +01:00
|
|
|
# New ports collection makefile for: p5-CommitBit
|
|
|
|
# Date created: 2006-12-30
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= CommitBit
|
|
|
|
PORTVERSION= 0.02
|
2010-01-29 04:01:29 +01:00
|
|
|
PORTREVISION= 2
|
2006-12-30 12:31:47 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-12-30 12:31:47 +01:00
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/J/JE/JESSE
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= A project administration tool
|
|
|
|
|
2010-01-29 04:01:29 +01:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
2006-12-30 12:31:47 +01:00
|
|
|
p5-Jifty>=0.60728:${PORTSDIR}/www/p5-Jifty \
|
|
|
|
p5-Text-Password-Pronounceable>=0:${PORTSDIR}/security/p5-Text-Password-Pronounceable
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.3+
|
2006-12-30 12:31:47 +01:00
|
|
|
|
|
|
|
MAN3= CommitBit.3 \
|
|
|
|
CommitBit::Action::ConfirmEmail.3 \
|
|
|
|
CommitBit::Action::Login.3 \
|
|
|
|
CommitBit::Action::Logout.3 \
|
2009-01-19 20:25:15 +01:00
|
|
|
CommitBit::Model::User.3 \
|
2006-12-30 12:31:47 +01:00
|
|
|
CommitBit::Notification::ConfirmAddress.3 \
|
2009-01-19 20:25:15 +01:00
|
|
|
CommitBit::Notification::InviteToProject.3 \
|
|
|
|
CommitBit::Test.3
|
2006-12-30 12:31:47 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|