freebsd-ports/devel/p5-Params-ValidationCompiler/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

27 lines
713 B
Makefile

PORTNAME= Params-ValidationCompiler
PORTVERSION= 0.30
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Build an optimized subroutine parameter validator once, use it forever
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-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>