cwen 68d03634b4 Import devel/p5-Test-Compile-1.3.0 and taking MAINTAINER.
OK afresh1@ giovanni@ bcallah@

This module lets you check the whether your Perl modules and scripts
compile properly, and reports its results in standard Test::Simple
fashion.
2019-01-13 14:50:03 +00:00

29 lines
651 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2019/01/13 14:50:03 cwen Exp $
COMMENT = check whether Perl files compile correctly
DISTNAME = Test-Compile-v1.3.0
PKGNAME = p5-${DISTNAME:S/v//g}
CATEGORIES = devel
MAINTAINER = Charlene Wendling <cwen@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
PKG_ARCH = *
RUN_DEPENDS = devel/p5-Universal-require \
devel/p5-Devel-CheckOS
BUILD_DEPENDS = ${RUN_DEPENDS}
TEST_DEPENDS = devel/p5-Perl-Critic \
devel/p5-Test-Perl-Critic \
devel/p5-Test-Portability-Files \
devel/p5-Test-Warnings
CONFIGURE_STYLE = modbuild
MAKE_ENV += AUTHOR_TEST=Yes TEST_POD=Yes
.include <bsd.port.mk>