Files
bsdports/perl/p5-Params-ValidationCompiler/Makefile
2022-12-15 16:52:56 +02:00

25 lines
712 B
Makefile

PORTNAME= Params-ValidationCompiler
PORTVERSION= 0.30
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
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Exception-Class>=0:perl/p5-Exception-Class \
p5-Eval-Closure>=0:perl/p5-Eval-Closure
#TEST_DEPENDS= p5-Specio>=0.14:devel/p5-Specio \
# p5-Test2-Suite>=0:devel/p5-Test2-Suite \
# 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>