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

43 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Test-Class
# Date created: January 27th 2003
2003-06-12 18:41:16 +02:00
# Whom: Erwin Lansing <erwin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-Class
2007-03-02 02:26:31 +01:00
PORTVERSION= 0.24
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
2005-02-15 12:26:29 +01:00
MAINTAINER= perl@FreeBSD.org
2003-02-21 12:23:04 +01:00
COMMENT= Test::Class - Easily create test classes in an xUnit style
RUN_DEPENDS= p5-Devel-Symdump>=2.03:${PORTSDIR}/devel/p5-Devel-Symdump
PERL_MODBUILD= yes
2006-10-02 03:24:31 +02:00
MAN3= Test::Class.3 \
Test::Class::Load.3 \
Test::Class::MethodInfo.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500702
RUN_DEPENDS+= p5-Attribute-Handlers>=0.77:${PORTSDIR}/devel/p5-Attribute-Handlers
.if ${PERL_LEVEL} < 500701
RUN_DEPENDS+= p5-Class-ISA>=0.32:${PORTSDIR}/devel/p5-Class-ISA
.if ${PERL_LEVEL} < 500700
RUN_DEPENDS+= p5-Storable>=2.04:${PORTSDIR}/devel/p5-Storable
.endif
.endif
.endif
.if ${PERL_LEVEL} < 500601
IGNORE= requires perl 5.6.1 or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>