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

26 lines
515 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2010/12/03 11:44:36 ajacoutot 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
REVISION= 1
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
2010-11-17 18:30:49 -05:00
USE_GROFF= Yes
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}
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
.include <bsd.port.mk>