1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/p5-CommitBit/Makefile
Cheng-Lung Sung 216d4958c3 CommitBit is a tool for managing commit access to software
projects. It also provides for a "code.yourorganization.org"
site with links to your wiki, mailing lists, bug tracking
and so on.

WWW:    http://search.cpan.org/dist/CommitBit/
2006-12-30 11:31:47 +00:00

39 lines
1.1 KiB
Makefile

# 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
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/J/JE/JESSE
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= A project administration tool
RUN_DEPENDS= ${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList \
${SITE_PERL}/UNIVERSAL/require.pm:${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::Notification::ConfirmAddress.3 \
CommitBit::Notification::InviteToProject.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500803 # from p5-Jifty
IGNORE= requires perl 5.8.3 or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>