mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
26 lines
644 B
Makefile
26 lines
644 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= CPAN-Reporter
|
|
PORTVERSION= 1.2018
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Adds CPAN Testers reporting to CPAN.pm
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Capture-Tiny>0:devel/p5-Capture-Tiny \
|
|
p5-Config-Tiny>=2.08:devel/p5-Config-Tiny \
|
|
p5-Devel-Autoflush>=0.04:devel/p5-Devel-Autoflush \
|
|
p5-File-HomeDir>0:devel/p5-File-HomeDir \
|
|
p5-IPC-Cmd>=0.76:devel/p5-IPC-Cmd \
|
|
p5-Probe-Perl>0:sysutils/p5-Probe-Perl \
|
|
p5-Test-Reporter>1.54:devel/p5-Test-Reporter
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|