openbsd-ports/devel/p5-Test-Compile/Makefile
2022-03-11 18:49:30 +00:00

21 lines
323 B
Makefile

COMMENT = check whether Perl files compile correctly
DISTNAME = Test-Compile-v3.0.1
PKGNAME = p5-${DISTNAME:S/v//g}
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
TEST_DEPENDS = devel/p5-Test-Exception \
devel/p5-Test-Warnings
CONFIGURE_STYLE = modbuild
PKG_ARCH = *
.include <bsd.port.mk>