ports/devel/p5-Test-Compile/Makefile

21 lines
323 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>