openbsd-ports/devel/p5-Test-Class/Makefile
simon beb9b0c24b update to version 0.24, remove MAINTAINER as requested by himself
and the quotes around COMMENT

ok sturm@ (former maintainer)
2007-07-29 22:39:05 +00:00

21 lines
440 B
Makefile

# $OpenBSD: Makefile,v 1.7 2007/07/29 22:39:05 simon Exp $
COMMENT= easily create test classes in an xUnit style
MODULES= cpan
DISTNAME= Test-Class-0.24
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Devel-Symdump \
::devel/p5-Test-Differences \
::devel/p5-Test-Exception
.include <bsd.port.mk>