24 lines
482 B
Makefile
24 lines
482 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/10/18 17:48:07 espie Exp $
|
|
|
|
COMMENT= easily create test classes in an xUnit style
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Test-Class-0.31
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# 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>
|