freebsd-ports/devel/p5-Algorithm-Accounting/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

28 lines
748 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= 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
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>