blob: a8cd1421151b1e3051aa2f27617c97402cebe1e4 (
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= Params-ValidationCompiler
PORTVERSION= 0.31
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Build an optimized subroutine parameter validator once, use it forever
WWW= https://metacpan.org/release/Params-ValidationCompiler
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Exception-Class>=0:devel/p5-Exception-Class \
p5-Eval-Closure>=0:devel/p5-Eval-Closure
TEST_DEPENDS= p5-Specio>=0.14:devel/p5-Specio \
p5-Test-Simple>=1.302200:devel/p5-Test-Simple \
p5-Test2-Plugin-NoWarnings>=0:devel/p5-Test2-Plugin-NoWarnings \
p5-Test-Without-Module>=0:devel/p5-Test-Without-Module
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|