ports/devel/p5-Params-ValidationCompiler/Makefile
Po-Chuan Hsieh 352d1611e7
*: Change *_DEPENDS from p5-Test2-Suite to p5-Test-Simple
- Bump PORTREVISION of the following dependent ports for dependency change
  - databases/p5-DBIx-QuickDB
  - devel/p5-Shell-Config-Generate
  - devel/p5-Test-Archive-Libarchive
  - devel/p5-Test-Future-IO-Impl
  - devel/p5-Test2-Harness
  - devel/p5-Test2-Harness-UI
  - devel/p5-Test2-Plugin-DBIProfile

Test2-Suite has been merged into Test-Simple since 1.302200.

Reference:	https://metacpan.org/dist/Test-Simple/changes
2024-08-15 23:30:59 +08:00

27 lines
765 B
Makefile

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>