mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
29 lines
745 B
Makefile
29 lines
745 B
Makefile
# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Algorithm-Accounting
|
|
PORTVERSION= 0.08
|
|
PORTREVISION= 7
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ychsiao@ychsiao.org
|
|
COMMENT= Generate accounting statistic for general logs
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Spiffy>=0:devel/p5-Spiffy \
|
|
p5-Perl6-Form>=0:devel/p5-Perl6-Form \
|
|
p5-FreezeThaw>=0:devel/p5-FreezeThaw \
|
|
p5-Array-Compare>=0:misc/p5-Array-Compare \
|
|
p5-Array-Iterator>=0:devel/p5-Array-Iterator \
|
|
p5-Clone>=0:devel/p5-Clone \
|
|
p5-GD-Graph>=0:graphics/p5-GD-Graph \
|
|
p5-Imager-Graph>=0:graphics/p5-Imager-Graph \
|
|
p5-YAML>=0:textproc/p5-YAML
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|