mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
- Update to 0.10
- Hand over to perl@
This commit is contained in:
parent
8eb8017e54
commit
5cdee28d6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128913
@ -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}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Test-Class-0.03.tar.gz) = 5ed6082110c5600d1807654ff8120775
|
||||
SIZE (Test-Class-0.03.tar.gz) = 23240
|
||||
MD5 (Test-Class-0.10.tar.gz) = e33ca17990fa0fe794955821f55c0564
|
||||
SIZE (Test-Class-0.10.tar.gz) = 25920
|
||||
|
@ -1,4 +1,7 @@
|
||||
%%SITE_PERL%%/mach/auto/Test/Class/.packlist
|
||||
%%SITE_PERL%%/Test/Class.pm
|
||||
%%SITE_PERL%%/Test/Class.pod
|
||||
%%SITE_PERL%%/Test/Class/MethodInfo.pm
|
||||
@dirrm %%SITE_PERL%%/Test/Class
|
||||
@dirrm %%SITE_PERL%%/mach/auto/Test/Class
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Test 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user