3ab26333c5
- Update plist - Restrict to Perl 5.8+ due to problems with a dependency (graphics/p5-Graph-Writer-GraphViz). If that problem is resolved, the restriction can be lowered to Perl 5.6+. PR: ports/98272 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
# New ports collection makefile for: devel/p5-Log-Accounting-SVK
|
|
# Date created: 21 Oct 2004
|
|
# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Log-Accounting-SVK
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/G/GU/GUGOD
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ychsiao@ychsiao.org
|
|
COMMENT= Perl module for accounting SVK repository
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/SVK.pm:${PORTSDIR}/devel/svk \
|
|
${SITE_PERL}/Spiffy.pm:${PORTSDIR}/devel/p5-Spiffy \
|
|
${SITE_PERL}/Graph/SocialMap.pm:${PORTSDIR}/graphics/p5-Graph-SocialMap \
|
|
${SITE_PERL}/Graph/Writer/GraphViz.pm:${PORTSDIR}/graphics/p5-Graph-Writer-GraphViz \
|
|
${SITE_PERL}/Algorithm/Accounting.pm:${PORTSDIR}/devel/p5-Algorithm-Accounting
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= svk-accounting.pl.1 svk-developer-graph.pl.1
|
|
MAN3= Log::Accounting::SVK.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
IGNORE= currently requires at least Perl 5.8. Please install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|