22 lines
387 B
Makefile
22 lines
387 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:23 espie Exp $
|
|
|
|
|
|
COMMENT = check syntax, presence of use strict; and test coverage
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Test-Strict-0.09
|
|
REVISION= 0
|
|
CATEGORIES = devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Devel-Cover
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|