3632ce927f
Test::Unit is a framework which is intended to support unit testing in an object-oriented development paradigm (with support for inheritance of tests etc.) and is derived from the JUnit testing framework for Java by Kent Beck and Erich Gamma. from Sebastian Trahm <basti at schleifi.com>
24 lines
463 B
Makefile
24 lines
463 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/12/21 13:49:02 sturm Exp $
|
|
|
|
COMMENT= Perl unit testing framework
|
|
|
|
DISTNAME= Test-Unit-0.25
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Sebastian Trahm <basti@schleifi.com>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::devel/p5-Devel-Symdump \
|
|
::devel/p5-Error \
|
|
::devel/p5-Class-Inner
|
|
|
|
.include <bsd.port.mk>
|