openbsd-ports/devel/p5-Test-Assertions/Makefile
2013-03-11 10:50:00 +00:00

21 lines
391 B
Makefile

# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:22 espie Exp $
COMMENT = set of building blocks for both unit and runtime testing
MODULES = cpan
DISTNAME = Test-Assertions-1.054
REVISION = 0
CATEGORIES = devel
USE_GROFF = Yes
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = devel/p5-Log-Trace
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>