openbsd-ports/devel/p5-Test-Strict/Makefile

22 lines
387 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $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
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
2010-11-15 14:45:56 -05:00
RUN_DEPENDS = devel/p5-Devel-Cover
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>