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

21 lines
391 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $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
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-Log-Trace
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>