ports/devel/p5-Test-MockModule/Makefile

22 lines
384 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = override subroutines in a module for unit testing
DISTNAME = Test-MockModule-v0.177.0
PKGNAME = p5-${DISTNAME:S/-v/-/}
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
BUILD_DEPENDS = devel/p5-Module-Build>=0.38
RUN_DEPENDS = devel/p5-SUPER>=1.20
TEST_DEPENDS = devel/p5-Test-Warnings
CONFIGURE_STYLE = modbuild
PKG_ARCH = *
.include <bsd.port.mk>