f7bc57d25d
ok jasper@
23 lines
466 B
Makefile
23 lines
466 B
Makefile
# $OpenBSD: Makefile,v 1.8 2009/06/24 21:09:59 dhill Exp $
|
|
|
|
COMMENT= easily create test classes in an xUnit style
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Test-Class-0.31
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::devel/p5-Devel-Symdump \
|
|
::devel/p5-Test-Differences \
|
|
::devel/p5-Test-Exception
|
|
|
|
.include <bsd.port.mk>
|