openbsd-ports/devel/p5-Test-Class/Makefile

23 lines
466 B
Makefile
Raw Normal View History

2009-06-24 17:09:59 -04:00
# $OpenBSD: Makefile,v 1.8 2009/06/24 21:09:59 dhill Exp $
COMMENT= easily create test classes in an xUnit style
2006-11-29 03:23:29 -05:00
MODULES= cpan
2009-06-24 17:09:59 -04:00
DISTNAME= Test-Class-0.31
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
2006-11-29 03:23:29 -05:00
# perl
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
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Devel-Symdump \
::devel/p5-Test-Differences \
::devel/p5-Test-Exception
.include <bsd.port.mk>