2010-12-03 11:44:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:36 ajacoutot Exp $
|
2008-09-09 21:14:20 +00:00
|
|
|
|
|
|
|
COMMENT = set of building blocks for both unit and runtime testing
|
|
|
|
|
|
|
|
MODULES = cpan
|
|
|
|
DISTNAME = Test-Assertions-1.054
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION = 0
|
2008-09-09 21:14:20 +00:00
|
|
|
CATEGORIES = devel
|
2010-10-18 17:47:50 +00:00
|
|
|
USE_GROFF = Yes
|
2008-09-09 21:14:20 +00:00
|
|
|
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2010-11-15 19:45:56 +00:00
|
|
|
RUN_DEPENDS = devel/p5-Log-Trace
|
2008-09-09 21:14:20 +00:00
|
|
|
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|