mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-09 02:22:18 +00:00
Remove devel/p5-Test-Block
This commit is contained in:
parent
f1104f7554
commit
7c39e8c842
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458218
@ -3427,7 +3427,6 @@
|
||||
SUBDIR += p5-Test-Benchmark
|
||||
SUBDIR += p5-Test-BinaryData
|
||||
SUBDIR += p5-Test-Bits
|
||||
SUBDIR += p5-Test-Block
|
||||
SUBDIR += p5-Test-CPAN-Meta
|
||||
SUBDIR += p5-Test-CPAN-Meta-YAML
|
||||
SUBDIR += p5-Test-CheckDeps
|
||||
|
@ -1,24 +0,0 @@
|
||||
# Created by: Lars Thegler <lth@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Test-Block
|
||||
PORTVERSION= 0.13
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Specify fine granularity test plans
|
||||
|
||||
DEPRECATED= Marked as depreciated upstream
|
||||
EXPIRATION_DATE= 2017-03-01
|
||||
|
||||
BUILD_DEPENDS= p5-Test-Exception>=0.15:devel/p5-Test-Exception \
|
||||
p5-Test-Simple>=0.47:devel/p5-Test-Simple
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (Test-Block-0.13.tar.gz) = 3dd81b5aafba85b097985faa071886ec55749732fb49c55669d8b0fc0d1d391b
|
||||
SIZE (Test-Block-0.13.tar.gz) = 9734
|
@ -1,5 +0,0 @@
|
||||
This module allows you to specify the number of expected tests at
|
||||
a finer level of granularity than an entire test script. It is built
|
||||
with Test::Builder and plays happily with Test::More and friends.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-Block/
|
@ -1,2 +0,0 @@
|
||||
%%SITE_PERL%%/Test/Block.pm
|
||||
%%PERL5_MAN3%%/Test::Block.3.gz
|
Loading…
Reference in New Issue
Block a user