mirror of https://git.FreeBSD.org/ports.git
28 lines
700 B
Makefile
28 lines
700 B
Makefile
PORTNAME= CPAN-YACSmoke
|
|
PORTVERSION= 0.03
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Yet Another CPAN Smoke Tester
|
|
WWW= https://metacpan.org/release/RRWO/CPAN-YACSmoke-0.03_07
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Config-IniFiles>=0:devel/p5-Config-IniFiles \
|
|
p5-File-HomeDir>=0.06:devel/p5-File-HomeDir \
|
|
p5-Regexp-Assemble>=0.06:devel/p5-Regexp-Assemble \
|
|
p5-Sort-Versions>=1.5:devel/p5-Sort-Versions \
|
|
p5-Test-Reporter>=1.25:devel/p5-Test-Reporter \
|
|
p5-URI>=0:net/p5-URI \
|
|
p5-libwww>=0:www/p5-libwww
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|