2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2010/12/03 11:44:36 ajacoutot Exp $
|
2005-01-27 08:01:57 -05:00
|
|
|
|
2007-07-29 18:39:05 -04:00
|
|
|
COMMENT= easily create test classes in an xUnit style
|
2005-01-27 08:01:57 -05:00
|
|
|
|
2006-11-29 03:23:29 -05:00
|
|
|
MODULES= cpan
|
2009-06-24 17:09:59 -04:00
|
|
|
DISTNAME= Test-Class-0.31
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 1
|
2006-11-29 03:23:29 -05:00
|
|
|
CATEGORIES= devel
|
2010-11-17 18:30:49 -05:00
|
|
|
USE_GROFF= Yes
|
2005-01-27 08:01:57 -05:00
|
|
|
|
2006-11-29 03:23:29 -05:00
|
|
|
# perl
|
2005-01-27 08:01:57 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2009-06-24 17:09:59 -04:00
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
|
2005-01-27 08:01:57 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Devel-Symdump \
|
|
|
|
devel/p5-Test-Differences \
|
2010-11-17 18:30:49 -05:00
|
|
|
devel/p5-Test-Exception \
|
|
|
|
devel/p5-Class-ISA
|
2005-01-27 08:01:57 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|