diff options
Diffstat (limited to 'devel/p5-Test-Class/Makefile')
-rw-r--r-- | devel/p5-Test-Class/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Test-Class/Makefile b/devel/p5-Test-Class/Makefile index c42932ff0db6..54e1a45fb348 100644 --- a/devel/p5-Test-Class/Makefile +++ b/devel/p5-Test-Class/Makefile @@ -6,17 +6,18 @@ # PORTNAME= Test-Class -PORTVERSION= 0.03 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test PKGNAMEPREFIX= p5- -MAINTAINER= erwin@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Test::Class - Easily create test classes in an xUnit style BUILD_DEPENDS= ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Builder-Tester \ ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ + ${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump \ ${SITE_PERL}/Test/Differences.pm:${PORTSDIR}/devel/p5-Test-Differences RUN_DEPENDS= ${BUILD_DEPENDS} |