9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
27 lines
645 B
Makefile
27 lines
645 B
Makefile
# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= SVN-Statistics
|
|
PORTVERSION= 0.041
|
|
PORTREVISION= 8
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:LINMAR
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ychsiao@ychsiao.org
|
|
COMMENT= SVN::Statistics - perl module to create subversion statistics
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-subversion>=0:devel/p5-subversion \
|
|
p5-RRDTool-OO>=0:devel/p5-RRDTool-OO \
|
|
p5-Data-Dumper-Simple>=0:devel/p5-Data-Dumper-Simple \
|
|
p5-IO-Toolkit>=0:devel/p5-IO-Toolkit
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|