blob: b88b351ef2c653d4f71a50c2e9278bf1a8414b35 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
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>
|