aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Accounting/Makefile
blob: aebcf82ec5e6788cbfb7ea98416ee45beab62c8c (plain) (blame)
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
# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
# $FreeBSD$

PORTNAME=	Algorithm-Accounting
PORTVERSION=	0.08
PORTREVISION=	6
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ychsiao@ychsiao.org
COMMENT=	Generate accounting statistic for general logs

BUILD_DEPENDS=	p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy \
		p5-Perl6-Form>=0:${PORTSDIR}/devel/p5-Perl6-Form \
		p5-FreezeThaw>=0:${PORTSDIR}/devel/p5-FreezeThaw \
		p5-Array-Compare>=0:${PORTSDIR}/misc/p5-Array-Compare \
		p5-Array-Iterator>=0:${PORTSDIR}/devel/p5-Array-Iterator \
		p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
		p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \
		p5-Imager-Graph>=0:${PORTSDIR}/graphics/p5-Imager-Graph \
		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>