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

29 lines
598 B
Makefile

# $OpenBSD: Makefile,v 1.4 2006/04/02 13:07:27 steven Exp $
COMMENT= "easily create test classes in an xUnit style"
DISTNAME= Test-Class-0.11
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= devel perl5
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Devel-Symdump \
::devel/p5-Test-Differences \
::devel/p5-Test-Exception
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>